Html Css Color HEX #A01929 Bright Red

📋 copy color: '#A01929'

red 160 ◦ green 25 ◦ blue 41

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

Shades of Bright Red #A01929

Tints of Bright Red #A01929

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.06%

 BLUE value IS 41 (16.41% from 255) = 18.14%

R = 70.8%
G = 11.06%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A01929 (or 0xA01929) is known color: Bright Red. HEX triplet: A0, 19 and 29. RGB value is (160,25,41). Sum of RGB (Red+Green+Blue) = 160+25+41=226 (29% of max value = 765). Red value is 160 (62.89% from 255 or 70.80% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 160 - color contains mainly: red. Hex color #A01929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01929 is #5FE6D6. Grayscale: #434343. Windows color (decimal): -6285015 or 2693536. OLE color: 2693536.

HSL color Cylindrical-coordinate representation of color #A01929: hue angle of 352.89º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A01929 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 25 41 -
CMYK 0 0.84 0.74 0.37
HSL 352.89º 0.73% 0.36% -
HSV(B) 352.89º 0.84% 0.63% -
XYZ 15.25 8.33 2.9 -
YUV 67.19 113.23 194.2 -
System Red Green Blue C M Y K H S L
Decimal 160 25 41 0 0.84 0.74 0.37 352.89 0.73 0.36
Hex A0 19 29 0 54 4A 25 161 49 24
Octal 240 31 51 0 124 112 45 541 111 44
Binary 10100000 11001 101001 0 1010100 1001010 100101 101100001 1001001 100100

Color Harmonies of #A01929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01929

Black with #A01929

Text Example


Text Example

White with #A01929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01929; }

 p { color: rgb(160,25,41); }

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

background-color css

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

 a { background-color: rgb(160,25,41); }

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

border-color css

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

 span { border-color: rgb(160,25,41); }

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