Html Css Color HEX #AB0B23 Carmine

📋 copy color: '#AB0B23'

red 171 ◦ green 11 ◦ blue 35

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

Shades of Carmine #AB0B23

Tints of Carmine #AB0B23

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.07%

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

R = 78.8%
G = 5.07%
B = 16.13%

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

#AB0B23 (or 0xAB0B23) is known color: Carmine. HEX triplet: AB, 0B and 23. RGB value is (171,11,35). Sum of RGB (Red+Green+Blue) = 171+11+35=217 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.80% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0B23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0B23 is #54F4DC. Grayscale: #3D3D3D. Windows color (decimal): -5567709 or 2296747. OLE color: 2296747.

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

Color convert

RGB 171 11 35 -
CMYK 0 0.94 0.80 0.33
HSL 351º 0.88% 0.36% -
HSV(B) 351º 0.94% 0.67% -
XYZ 17.22 9.02 2.42 -
YUV 61.58 113.01 206.05 -
System Red Green Blue C M Y K H S L
Decimal 171 11 35 0 0.94 0.80 0.33 351 0.88 0.36
Hex AB B 23 0 5E 50 21 15F 58 24
Octal 253 13 43 0 136 120 41 537 130 44
Binary 10101011 1011 100011 0 1011110 1010000 100001 101011111 1011000 100100

Color Harmonies of #AB0B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0B23

Black with #AB0B23

Text Example


Text Example

White with #AB0B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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