Html Css Color HEX #AB0C31 Cardinal

📋 copy color: '#AB0C31'

red 171 ◦ green 12 ◦ blue 49

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

Shades of Cardinal #AB0C31

Tints of Cardinal #AB0C31

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.17%

 BLUE value IS 49 (19.53% from 255) = 21.12%

R = 73.71%
G = 5.17%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB0C31 (or 0xAB0C31) is known color: Cardinal. HEX triplet: AB, 0C and 31. RGB value is (171,12,49). Sum of RGB (Red+Green+Blue) = 171+12+49=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0C31 is #54F3CE. Grayscale: #3F3F3F. Windows color (decimal): -5567439 or 3214507. OLE color: 3214507.

HSL color Cylindrical-coordinate representation of color #AB0C31: hue angle of 346.04º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0C31 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 12 49 -
CMYK 0 0.93 0.71 0.33
HSL 346.04º 0.87% 0.36% -
HSV(B) 346.04º 0.93% 0.67% -
XYZ 17.48 9.14 3.75 -
YUV 63.76 119.68 204.49 -
System Red Green Blue C M Y K H S L
Decimal 171 12 49 0 0.93 0.71 0.33 346.04 0.87 0.36
Hex AB C 31 0 5D 47 21 15A 57 24
Octal 253 14 61 0 135 107 41 532 127 44
Binary 10101011 1100 110001 0 1011101 1000111 100001 101011010 1010111 100100

Color Harmonies of #AB0C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C31

Black with #AB0C31

Text Example


Text Example

White with #AB0C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C31; }

 p { color: rgb(171,12,49); }

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

background-color css

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

 a { background-color: rgb(171,12,49); }

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

border-color css

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

 span { border-color: rgb(171,12,49); }

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