Html Css Color HEX #AB0818 Carmine

📋 copy color: '#AB0818'

red 171 ◦ green 8 ◦ blue 24

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

Shades of Carmine #AB0818

Tints of Carmine #AB0818

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.94%

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

R = 84.24%
G = 3.94%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB0818 (or 0xAB0818) is known color: Carmine. HEX triplet: AB, 08 and 18. RGB value is (171,8,24). Sum of RGB (Red+Green+Blue) = 171+8+24=203 (26% of max value = 765). Red value is 171 (67.19% from 255 or 84.24% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0818 is #54F7E7. Grayscale: #3A3A3A. Windows color (decimal): -5568488 or 1575083. OLE color: 1575083.

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

Color convert

RGB 171 8 24 -
CMYK 0 0.95 0.86 0.33
HSL 354.11º 0.91% 0.35% -
HSV(B) 354.11º 0.95% 0.67% -
XYZ 17.05 8.9 1.68 -
YUV 58.56 108.5 208.2 -
System Red Green Blue C M Y K H S L
Decimal 171 8 24 0 0.95 0.86 0.33 354.11 0.91 0.35
Hex AB 8 18 0 5F 56 21 162 5B 23
Octal 253 10 30 0 137 126 41 542 133 43
Binary 10101011 1000 11000 0 1011111 1010110 100001 101100010 1011011 100011

Color Harmonies of #AB0818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0818

Black with #AB0818

Text Example


Text Example

White with #AB0818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0818; }

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

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

background-color css

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

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

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

border-color css

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

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

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