Html Css Color HEX #A01439 Bright Red

📋 copy color: '#A01439'

red 160 ◦ green 20 ◦ blue 57

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

Shades of Bright Red #A01439

Tints of Bright Red #A01439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 24.05%

R = 67.51%
G = 8.44%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A01439 (or 0xA01439) is known color: Bright Red. HEX triplet: A0, 14 and 39. RGB value is (160,20,57). Sum of RGB (Red+Green+Blue) = 160+20+57=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 57 (22.66% from 255 or 24.05% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A01439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01439 is #5FEBC6. Grayscale: #424242. Windows color (decimal): -6286279 or 3740832. OLE color: 3740832.

HSL color Cylindrical-coordinate representation of color #A01439: hue angle of 344.14º 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 #A01439 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 20 57 -
CMYK 0 0.88 0.64 0.37
HSL 344.14º 0.78% 0.35% -
HSV(B) 344.14º 0.88% 0.63% -
XYZ 15.49 8.27 4.65 -
YUV 66.08 122.88 194.99 -
System Red Green Blue C M Y K H S L
Decimal 160 20 57 0 0.88 0.64 0.37 344.14 0.78 0.35
Hex A0 14 39 0 58 40 25 158 4E 23
Octal 240 24 71 0 130 100 45 530 116 43
Binary 10100000 10100 111001 0 1011000 1000000 100101 101011000 1001110 100011

Color Harmonies of #A01439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01439

Black with #A01439

Text Example


Text Example

White with #A01439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01439; }

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

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

background-color css

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

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

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

border-color css

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

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

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