Html Css Color HEX #AB0918 Carmine

📋 copy color: '#AB0918'

red 171 ◦ green 9 ◦ blue 24

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

Shades of Carmine #AB0918

Tints of Carmine #AB0918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.41%

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

R = 83.82%
G = 4.41%
B = 11.76%

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

#AB0918 (or 0xAB0918) is known color: Carmine. HEX triplet: AB, 09 and 18. RGB value is (171,9,24). Sum of RGB (Red+Green+Blue) = 171+9+24=204 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.82% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 24 (9.77% from 255 or 11.76% from 204); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0918 is #54F6E7. Grayscale: #3B3B3B. Windows color (decimal): -5568232 or 1575339. OLE color: 1575339.

HSL color Cylindrical-coordinate representation of color #AB0918: hue angle of 354.44º degrees, saturation: 0.9, 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 #AB0918 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 9 24 -
CMYK 0 0.95 0.86 0.33
HSL 354.44º 0.9% 0.35% -
HSV(B) 354.44º 0.95% 0.67% -
XYZ 17.06 8.92 1.69 -
YUV 59.15 108.17 207.78 -
System Red Green Blue C M Y K H S L
Decimal 171 9 24 0 0.95 0.86 0.33 354.44 0.9 0.35
Hex AB 9 18 0 5F 56 21 162 5A 23
Octal 253 11 30 0 137 126 41 542 132 43
Binary 10101011 1001 11000 0 1011111 1010110 100001 101100010 1011010 100011

Color Harmonies of #AB0918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0918

Black with #AB0918

Text Example


Text Example

White with #AB0918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0918; }

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

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

background-color css

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

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

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

border-color css

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

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

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