Html Css Color HEX #A0142F Bright Red

📋 copy color: '#A0142F'

red 160 ◦ green 20 ◦ blue 47

#A0142F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #A0142F

Tints of Bright Red #A0142F

RGB

 RED value IS 160 (62.89% from 255) = 70.48%

 GREEN value IS 20 (8.2% from 255) = 8.81%

 BLUE value IS 47 (18.75% from 255) = 20.7%

R = 70.48%
G = 8.81%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A0142F (or 0xA0142F) is known color: Bright Red. HEX triplet: A0, 14 and 2F. RGB value is (160,20,47). Sum of RGB (Red+Green+Blue) = 160+20+47=227 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.48% from 227); Green value is 20 (8.20% from 255 or 8.81% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 160 - color contains mainly: red. Hex color #A0142F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0142F is #5FEBD0. Grayscale: #404040. Windows color (decimal): -6286289 or 3085472. OLE color: 3085472.

HSL color Cylindrical-coordinate representation of color #A0142F: hue angle of 348.43º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0142F is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 20 47 -
CMYK 0 0.88 0.71 0.37
HSL 348.43º 0.78% 0.35% -
HSV(B) 348.43º 0.88% 0.63% -
XYZ 15.26 8.18 3.46 -
YUV 64.94 117.88 195.8 -
System Red Green Blue C M Y K H S L
Decimal 160 20 47 0 0.88 0.71 0.37 348.43 0.78 0.35
Hex A0 14 2F 0 58 47 25 15C 4E 23
Octal 240 24 57 0 130 107 45 534 116 43
Binary 10100000 10100 101111 0 1011000 1000111 100101 101011100 1001110 100011

Color Harmonies of #A0142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0142F

Black with #A0142F

Text Example


Text Example

White with #A0142F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0142F; }

 p { color: rgb(160,20,47); }

 H1.HeaderClassName
 {
   color: #A0142F;
 }
 .AnyTagClassName
 {
   color: #A0142F;
 }
</style>

background-color css

<style>
 a { background-color: #A0142F; }

 a { background-color: rgb(160,20,47); }

 div.DivClassName
 {
   background-color: #A0142F;
 }
 .BgClassName
 {
   background-color: #A0142F;
 }
</style>

border-color css

<style>
 span { border-color: #A0142F; }

 span { border-color: rgb(160,20,47); }

 td.TdClassName
 {
   border-color: #A0142F;
 }
 .TagClassName
 {
   border-color: #A0142F;
 }
</style>