Html Css Color HEX #AB0F3C Cardinal

📋 copy color: '#AB0F3C'

red 171 ◦ green 15 ◦ blue 60

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

Shades of Cardinal #AB0F3C

Tints of Cardinal #AB0F3C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.1%

 BLUE value IS 60 (23.83% from 255) = 24.39%

R = 69.51%
G = 6.1%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB0F3C (or 0xAB0F3C) is known color: Cardinal. HEX triplet: AB, 0F and 3C. RGB value is (171,15,60). Sum of RGB (Red+Green+Blue) = 171+15+60=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0F3C is #54F0C3. Grayscale: #424242. Windows color (decimal): -5566660 or 3936171. OLE color: 3936171.

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

Color convert

RGB 171 15 60 -
CMYK 0 0.91 0.65 0.33
HSL 342.69º 0.84% 0.36% -
HSV(B) 342.69º 0.91% 0.67% -
XYZ 17.78 9.33 5.14 -
YUV 66.77 124.18 202.34 -
System Red Green Blue C M Y K H S L
Decimal 171 15 60 0 0.91 0.65 0.33 342.69 0.84 0.36
Hex AB F 3C 0 5B 41 21 157 54 24
Octal 253 17 74 0 133 101 41 527 124 44
Binary 10101011 1111 111100 0 1011011 1000001 100001 101010111 1010100 100100

Color Harmonies of #AB0F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0F3C

Black with #AB0F3C

Text Example


Text Example

White with #AB0F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0F3C; }

 p { color: rgb(171,15,60); }

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

background-color css

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

 a { background-color: rgb(171,15,60); }

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

border-color css

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

 span { border-color: rgb(171,15,60); }

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