Html Css Color HEX #A91039 Cardinal

📋 copy color: '#A91039'

red 169 ◦ green 16 ◦ blue 57

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

Shades of Cardinal #A91039

Tints of Cardinal #A91039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

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

R = 69.83%
G = 6.61%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.34

RGB Variations

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

Color information

#A91039 (or 0xA91039) is known color: Cardinal. HEX triplet: A9, 10 and 39. RGB value is (169,16,57). Sum of RGB (Red+Green+Blue) = 169+16+57=242 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.83% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 169 - color contains mainly: red. Hex color #A91039 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91039 is #56EFC6. Grayscale: #424242. Windows color (decimal): -5697479 or 3739817. OLE color: 3739817.

HSL color Cylindrical-coordinate representation of color #A91039: hue angle of 343.92º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A91039 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 16 57 -
CMYK 0 0.91 0.66 0.34
HSL 343.92º 0.83% 0.36% -
HSV(B) 343.92º 0.91% 0.66% -
XYZ 17.29 9.1 4.72 -
YUV 66.42 122.69 201.17 -
System Red Green Blue C M Y K H S L
Decimal 169 16 57 0 0.91 0.66 0.34 343.92 0.83 0.36
Hex A9 10 39 0 5B 42 22 158 53 24
Octal 251 20 71 0 133 102 42 530 123 44
Binary 10101001 10000 111001 0 1011011 1000010 100010 101011000 1010011 100100

Color Harmonies of #A91039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91039

Black with #A91039

Text Example


Text Example

White with #A91039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91039; }

 p { color: rgb(169,16,57); }

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

background-color css

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

 a { background-color: rgb(169,16,57); }

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

border-color css

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

 span { border-color: rgb(169,16,57); }

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