Html Css Color HEX #A91037 Cardinal

📋 copy color: '#A91037'

red 169 ◦ green 16 ◦ blue 55

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

Shades of Cardinal #A91037

Tints of Cardinal #A91037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.92%

R = 70.42%
G = 6.67%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A91037 (or 0xA91037) is known color: Cardinal. HEX triplet: A9, 10 and 37. RGB value is (169,16,55). Sum of RGB (Red+Green+Blue) = 169+16+55=240 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.42% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 169 - color contains mainly: red. Hex color #A91037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91037 is #56EFC8. Grayscale: #424242. Windows color (decimal): -5697481 or 3608745. OLE color: 3608745.

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

Color convert

RGB 169 16 55 -
CMYK 0 0.91 0.67 0.34
HSL 344.71º 0.83% 0.36% -
HSV(B) 344.71º 0.91% 0.66% -
XYZ 17.24 9.08 4.46 -
YUV 66.19 121.69 201.33 -
System Red Green Blue C M Y K H S L
Decimal 169 16 55 0 0.91 0.67 0.34 344.71 0.83 0.36
Hex A9 10 37 0 5B 43 22 159 53 24
Octal 251 20 67 0 133 103 42 531 123 44
Binary 10101001 10000 110111 0 1011011 1000011 100010 101011001 1010011 100100

Color Harmonies of #A91037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91037

Black with #A91037

Text Example


Text Example

White with #A91037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91037; }

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

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

background-color css

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

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

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

border-color css

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

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

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