Html Css Color HEX #A91537 Cardinal

📋 copy color: '#A91537'

red 169 ◦ green 21 ◦ blue 55

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

Shades of Cardinal #A91537

Tints of Cardinal #A91537

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.57%

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

R = 68.98%
G = 8.57%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A91537 (or 0xA91537) is known color: Cardinal. HEX triplet: A9, 15 and 37. RGB value is (169,21,55). Sum of RGB (Red+Green+Blue) = 169+21+55=245 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.98% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 169 - color contains mainly: red. Hex color #A91537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91537 is #56EAC8. Grayscale: #454545. Windows color (decimal): -5696201 or 3610025. OLE color: 3610025.

HSL color Cylindrical-coordinate representation of color #A91537: hue angle of 346.22º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91537 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 21 55 -
CMYK 0 0.88 0.67 0.34
HSL 346.22º 0.78% 0.37% -
HSV(B) 346.22º 0.88% 0.66% -
XYZ 17.32 9.25 4.49 -
YUV 69.13 120.03 199.24 -
System Red Green Blue C M Y K H S L
Decimal 169 21 55 0 0.88 0.67 0.34 346.22 0.78 0.37
Hex A9 15 37 0 58 43 22 15A 4E 25
Octal 251 25 67 0 130 103 42 532 116 45
Binary 10101001 10101 110111 0 1011000 1000011 100010 101011010 1001110 100101

Color Harmonies of #A91537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91537

Black with #A91537

Text Example


Text Example

White with #A91537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91537; }

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

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

background-color css

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

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

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

border-color css

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

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

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