Html Css Color HEX #AB0418 Carmine

📋 copy color: '#AB0418'

red 171 ◦ green 4 ◦ blue 24

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

Shades of Carmine #AB0418

Tints of Carmine #AB0418

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.01%

 BLUE value IS 24 (9.77% from 255) = 12.06%

R = 85.93%
G = 2.01%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB0418 (or 0xAB0418) is known color: Carmine. HEX triplet: AB, 04 and 18. RGB value is (171,4,24). Sum of RGB (Red+Green+Blue) = 171+4+24=199 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.93% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 24 (9.77% from 255 or 12.06% from 199); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0418 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0418 is #54FBE7. Grayscale: #383838. Windows color (decimal): -5569512 or 1574059. OLE color: 1574059.

HSL color Cylindrical-coordinate representation of color #AB0418: hue angle of 352.81º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0418 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 4 24 -
CMYK 0 0.98 0.86 0.33
HSL 352.81º 0.95% 0.34% -
HSV(B) 352.81º 0.98% 0.67% -
XYZ 17 8.81 1.67 -
YUV 56.21 109.83 209.87 -
System Red Green Blue C M Y K H S L
Decimal 171 4 24 0 0.98 0.86 0.33 352.81 0.95 0.34
Hex AB 4 18 0 62 56 21 161 5F 22
Octal 253 4 30 0 142 126 41 541 137 42
Binary 10101011 100 11000 0 1100010 1010110 100001 101100001 1011111 100010

Color Harmonies of #AB0418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0418

Black with #AB0418

Text Example


Text Example

White with #AB0418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0418; }

 p { color: rgb(171,4,24); }

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

background-color css

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

 a { background-color: rgb(171,4,24); }

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

border-color css

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

 span { border-color: rgb(171,4,24); }

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