Html Css Color HEX #AB0A37 Cardinal

📋 copy color: '#AB0A37'

red 171 ◦ green 10 ◦ blue 55

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

Shades of Cardinal #AB0A37

Tints of Cardinal #AB0A37

RGB

 RED value IS 171 (67.19% from 255) = 72.46%

 GREEN value IS 10 (4.3% from 255) = 4.24%

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

R = 72.46%
G = 4.24%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB0A37 (or 0xAB0A37) is known color: Cardinal. HEX triplet: AB, 0A and 37. RGB value is (171,10,55). Sum of RGB (Red+Green+Blue) = 171+10+55=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0A37 is #54F5C8. Grayscale: #3F3F3F. Windows color (decimal): -5567945 or 3607211. OLE color: 3607211.

HSL color Cylindrical-coordinate representation of color #AB0A37: hue angle of 343.23º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0A37 is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 10 55 -
CMYK 0 0.94 0.68 0.33
HSL 343.23º 0.89% 0.35% -
HSV(B) 343.23º 0.94% 0.67% -
XYZ 17.59 9.15 4.45 -
YUV 63.27 123.34 204.84 -
System Red Green Blue C M Y K H S L
Decimal 171 10 55 0 0.94 0.68 0.33 343.23 0.89 0.35
Hex AB A 37 0 5E 44 21 157 59 23
Octal 253 12 67 0 136 104 41 527 131 43
Binary 10101011 1010 110111 0 1011110 1000100 100001 101010111 1011001 100011

Color Harmonies of #AB0A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0A37

Black with #AB0A37

Text Example


Text Example

White with #AB0A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0A37; }

 p { color: rgb(171,10,55); }

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

background-color css

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

 a { background-color: rgb(171,10,55); }

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

border-color css

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

 span { border-color: rgb(171,10,55); }

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