Html Css Color HEX #AB0C3E Cardinal

📋 copy color: '#AB0C3E'

red 171 ◦ green 12 ◦ blue 62

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

Shades of Cardinal #AB0C3E

Tints of Cardinal #AB0C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.31%

R = 69.8%
G = 4.9%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB0C3E (or 0xAB0C3E) is known color: Cardinal. HEX triplet: AB, 0C and 3E. RGB value is (171,12,62). Sum of RGB (Red+Green+Blue) = 171+12+62=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0C3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0C3E is #54F3C1. Grayscale: #414141. Windows color (decimal): -5567426 or 4066475. OLE color: 4066475.

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

Color convert

RGB 171 12 62 -
CMYK 0 0.93 0.64 0.33
HSL 341.13º 0.87% 0.36% -
HSV(B) 341.13º 0.93% 0.67% -
XYZ 17.8 9.27 5.41 -
YUV 65.24 126.18 203.43 -
System Red Green Blue C M Y K H S L
Decimal 171 12 62 0 0.93 0.64 0.33 341.13 0.87 0.36
Hex AB C 3E 0 5D 40 21 155 57 24
Octal 253 14 76 0 135 100 41 525 127 44
Binary 10101011 1100 111110 0 1011101 1000000 100001 101010101 1010111 100100

Color Harmonies of #AB0C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0C3E

Black with #AB0C3E

Text Example


Text Example

White with #AB0C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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