Html Css Color HEX #AB0926 Carmine

📋 copy color: '#AB0926'

red 171 ◦ green 9 ◦ blue 38

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

Shades of Carmine #AB0926

Tints of Carmine #AB0926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.43%

R = 78.44%
G = 4.13%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB0926 (or 0xAB0926) is known color: Carmine. HEX triplet: AB, 09 and 26. RGB value is (171,9,38). Sum of RGB (Red+Green+Blue) = 171+9+38=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0926 is #54F6D9. Grayscale: #3C3C3C. Windows color (decimal): -5568218 or 2492843. OLE color: 2492843.

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

Color convert

RGB 171 9 38 -
CMYK 0 0.95 0.78 0.33
HSL 349.26º 0.9% 0.35% -
HSV(B) 349.26º 0.95% 0.67% -
XYZ 17.24 8.99 2.66 -
YUV 60.74 115.17 206.64 -
System Red Green Blue C M Y K H S L
Decimal 171 9 38 0 0.95 0.78 0.33 349.26 0.9 0.35
Hex AB 9 26 0 5F 4E 21 15D 5A 23
Octal 253 11 46 0 137 116 41 535 132 43
Binary 10101011 1001 100110 0 1011111 1001110 100001 101011101 1011010 100011

Color Harmonies of #AB0926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0926

Black with #AB0926

Text Example


Text Example

White with #AB0926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0926; }

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

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

background-color css

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

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

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

border-color css

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

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

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