Html Css Color HEX #AB0928 Carmine

📋 copy color: '#AB0928'

red 171 ◦ green 9 ◦ blue 40

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

Shades of Carmine #AB0928

Tints of Carmine #AB0928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.18%

R = 77.73%
G = 4.09%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB0928 (or 0xAB0928) is known color: Carmine. HEX triplet: AB, 09 and 28. RGB value is (171,9,40). Sum of RGB (Red+Green+Blue) = 171+9+40=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0928 is #54F6D7. Grayscale: #3D3D3D. Windows color (decimal): -5568216 or 2623915. OLE color: 2623915.

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

Color convert

RGB 171 9 40 -
CMYK 0 0.95 0.77 0.33
HSL 348.52º 0.9% 0.35% -
HSV(B) 348.52º 0.95% 0.67% -
XYZ 17.28 9.01 2.84 -
YUV 60.97 116.17 206.48 -
System Red Green Blue C M Y K H S L
Decimal 171 9 40 0 0.95 0.77 0.33 348.52 0.9 0.35
Hex AB 9 28 0 5F 4D 21 15D 5A 23
Octal 253 11 50 0 137 115 41 535 132 43
Binary 10101011 1001 101000 0 1011111 1001101 100001 101011101 1011010 100011

Color Harmonies of #AB0928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0928

Black with #AB0928

Text Example


Text Example

White with #AB0928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0928; }

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

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

background-color css

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

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

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

border-color css

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

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

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