Html Css Color HEX #A91942 Cardinal

📋 copy color: '#A91942'

red 169 ◦ green 25 ◦ blue 66

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

Shades of Cardinal #A91942

Tints of Cardinal #A91942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.38%

R = 65%
G = 9.62%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A91942 (or 0xA91942) is known color: Cardinal. HEX triplet: A9, 19 and 42. RGB value is (169,25,66). Sum of RGB (Red+Green+Blue) = 169+25+66=260 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 169 - color contains mainly: red. Hex color #A91942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91942 is #56E6BD. Grayscale: #484848. Windows color (decimal): -5695166 or 4331945. OLE color: 4331945.

HSL color Cylindrical-coordinate representation of color #A91942: hue angle of 342.92º 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 #A91942 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 25 66 -
CMYK 0 0.85 0.61 0.34
HSL 342.92º 0.74% 0.38% -
HSV(B) 342.92º 0.85% 0.66% -
XYZ 17.69 9.52 6.06 -
YUV 72.73 124.21 196.67 -
System Red Green Blue C M Y K H S L
Decimal 169 25 66 0 0.85 0.61 0.34 342.92 0.74 0.38
Hex A9 19 42 0 55 3D 22 157 4A 26
Octal 251 31 102 0 125 75 42 527 112 46
Binary 10101001 11001 1000010 0 1010101 111101 100010 101010111 1001010 100110

Color Harmonies of #A91942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91942

Black with #A91942

Text Example


Text Example

White with #A91942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91942; }

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

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

background-color css

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

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

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

border-color css

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

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

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