Html Css Color HEX #AB0C3F Cardinal

📋 copy color: '#AB0C3F'

red 171 ◦ green 12 ◦ blue 63

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

Shades of Cardinal #AB0C3F

Tints of Cardinal #AB0C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.61%

R = 69.51%
G = 4.88%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB0C3F (or 0xAB0C3F) is known color: Cardinal. HEX triplet: AB, 0C and 3F. RGB value is (171,12,63). Sum of RGB (Red+Green+Blue) = 171+12+63=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0C3F is #54F3C0. Grayscale: #414141. Windows color (decimal): -5567425 or 4132011. OLE color: 4132011.

HSL color Cylindrical-coordinate representation of color #AB0C3F: hue angle of 340.75º 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 #AB0C3F is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 12 63 -
CMYK 0 0.93 0.63 0.33
HSL 340.75º 0.87% 0.36% -
HSV(B) 340.75º 0.93% 0.67% -
XYZ 17.82 9.28 5.55 -
YUV 65.36 126.68 203.35 -
System Red Green Blue C M Y K H S L
Decimal 171 12 63 0 0.93 0.63 0.33 340.75 0.87 0.36
Hex AB C 3F 0 5D 3F 21 155 57 24
Octal 253 14 77 0 135 77 41 525 127 44
Binary 10101011 1100 111111 0 1011101 111111 100001 101010101 1010111 100100

Color Harmonies of #AB0C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C3F

Black with #AB0C3F

Text Example


Text Example

White with #AB0C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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