Html Css Color HEX #A91929 Bright Red

📋 copy color: '#A91929'

red 169 ◦ green 25 ◦ blue 41

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

Shades of Bright Red #A91929

Tints of Bright Red #A91929

RGB

 RED value IS 169 (66.41% from 255) = 71.91%

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

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

R = 71.91%
G = 10.64%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#A91929 (or 0xA91929) is known color: Bright Red. HEX triplet: A9, 19 and 29. RGB value is (169,25,41). Sum of RGB (Red+Green+Blue) = 169+25+41=235 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.91% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 169 - color contains mainly: red. Hex color #A91929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91929 is #56E6D6. Grayscale: #454545. Windows color (decimal): -5695191 or 2693545. OLE color: 2693545.

HSL color Cylindrical-coordinate representation of color #A91929: hue angle of 353.33º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91929 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 25 41 -
CMYK 0 0.85 0.76 0.34
HSL 353.33º 0.74% 0.38% -
HSV(B) 353.33º 0.85% 0.66% -
XYZ 17.11 9.29 2.99 -
YUV 69.88 111.71 198.7 -
System Red Green Blue C M Y K H S L
Decimal 169 25 41 0 0.85 0.76 0.34 353.33 0.74 0.38
Hex A9 19 29 0 55 4C 22 161 4A 26
Octal 251 31 51 0 125 114 42 541 112 46
Binary 10101001 11001 101001 0 1010101 1001100 100010 101100001 1001010 100110

Color Harmonies of #A91929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91929

Black with #A91929

Text Example


Text Example

White with #A91929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91929; }

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

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

background-color css

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

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

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

border-color css

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

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

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