Html Css Color HEX #AB0B31 Cardinal

📋 copy color: '#AB0B31'

red 171 ◦ green 11 ◦ blue 49

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

Shades of Cardinal #AB0B31

Tints of Cardinal #AB0B31

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.76%

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

R = 74.03%
G = 4.76%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB0B31 (or 0xAB0B31) is known color: Cardinal. HEX triplet: AB, 0B and 31. RGB value is (171,11,49). Sum of RGB (Red+Green+Blue) = 171+11+49=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0B31 is #54F4CE. Grayscale: #3F3F3F. Windows color (decimal): -5567695 or 3214251. OLE color: 3214251.

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

Color convert

RGB 171 11 49 -
CMYK 0 0.94 0.71 0.33
HSL 345.75º 0.88% 0.36% -
HSV(B) 345.75º 0.94% 0.67% -
XYZ 17.47 9.12 3.75 -
YUV 63.17 120.01 204.91 -
System Red Green Blue C M Y K H S L
Decimal 171 11 49 0 0.94 0.71 0.33 345.75 0.88 0.36
Hex AB B 31 0 5E 47 21 15A 58 24
Octal 253 13 61 0 136 107 41 532 130 44
Binary 10101011 1011 110001 0 1011110 1000111 100001 101011010 1011000 100100

Color Harmonies of #AB0B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0B31

Black with #AB0B31

Text Example


Text Example

White with #AB0B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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