Html Css Color HEX #AB0927 Carmine

📋 copy color: '#AB0927'

red 171 ◦ green 9 ◦ blue 39

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

Shades of Carmine #AB0927

Tints of Carmine #AB0927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.81%

R = 78.08%
G = 4.11%
B = 17.81%

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

#AB0927 (or 0xAB0927) is known color: Carmine. HEX triplet: AB, 09 and 27. RGB value is (171,9,39). Sum of RGB (Red+Green+Blue) = 171+9+39=219 (29% of max value = 765). Red value is 171 (67.19% from 255 or 78.08% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0927 is #54F6D8. Grayscale: #3C3C3C. Windows color (decimal): -5568217 or 2558379. OLE color: 2558379.

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

Color convert

RGB 171 9 39 -
CMYK 0 0.95 0.77 0.33
HSL 348.89º 0.9% 0.35% -
HSV(B) 348.89º 0.95% 0.67% -
XYZ 17.26 9 2.75 -
YUV 60.86 115.67 206.56 -
System Red Green Blue C M Y K H S L
Decimal 171 9 39 0 0.95 0.77 0.33 348.89 0.9 0.35
Hex AB 9 27 0 5F 4D 21 15D 5A 23
Octal 253 11 47 0 137 115 41 535 132 43
Binary 10101011 1001 100111 0 1011111 1001101 100001 101011101 1011010 100011

Color Harmonies of #AB0927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0927

Black with #AB0927

Text Example


Text Example

White with #AB0927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0927; }

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

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

background-color css

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

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

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

border-color css

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

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

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