Html Css Color HEX #AB0A23 Carmine

📋 copy color: '#AB0A23'

red 171 ◦ green 10 ◦ blue 35

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

Shades of Carmine #AB0A23

Tints of Carmine #AB0A23

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.63%

 BLUE value IS 35 (14.06% from 255) = 16.2%

R = 79.17%
G = 4.63%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AB0A23 (or 0xAB0A23) is known color: Carmine. HEX triplet: AB, 0A and 23. RGB value is (171,10,35). Sum of RGB (Red+Green+Blue) = 171+10+35=216 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.17% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0A23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0A23 is #54F5DC. Grayscale: #3D3D3D. Windows color (decimal): -5567965 or 2296491. OLE color: 2296491.

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

Color convert

RGB 171 10 35 -
CMYK 0 0.94 0.80 0.33
HSL 350.68º 0.89% 0.35% -
HSV(B) 350.68º 0.94% 0.67% -
XYZ 17.21 9 2.42 -
YUV 60.99 113.34 206.47 -
System Red Green Blue C M Y K H S L
Decimal 171 10 35 0 0.94 0.80 0.33 350.68 0.89 0.35
Hex AB A 23 0 5E 50 21 15F 59 23
Octal 253 12 43 0 136 120 41 537 131 43
Binary 10101011 1010 100011 0 1011110 1010000 100001 101011111 1011001 100011

Color Harmonies of #AB0A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0A23

Black with #AB0A23

Text Example


Text Example

White with #AB0A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0A23; }

 p { color: rgb(171,10,35); }

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

background-color css

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

 a { background-color: rgb(171,10,35); }

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

border-color css

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

 span { border-color: rgb(171,10,35); }

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