Html Css Color HEX #AB020D Carmine

📋 copy color: '#AB020D'

red 171 ◦ green 2 ◦ blue 13

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

Shades of Carmine #AB020D

Tints of Carmine #AB020D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

 BLUE value IS 13 (5.47% from 255) = 6.99%

R = 91.94%
G = 1.08%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB020D (or 0xAB020D) is known color: Carmine. HEX triplet: AB, 02 and 0D. RGB value is (171,2,13). Sum of RGB (Red+Green+Blue) = 171+2+13=186 (24% of max value = 765). Red value is 171 (67.19% from 255 or 91.94% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 171 - color contains mainly: red. Hex color #AB020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB020D is #54FDF2. Grayscale: #353535. Windows color (decimal): -5570035 or 852651. OLE color: 852651.

HSL color Cylindrical-coordinate representation of color #AB020D: hue angle of 356.09º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB020D is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 2 13 -
CMYK 0 0.99 0.92 0.33
HSL 356.09º 0.98% 0.34% -
HSV(B) 356.09º 0.99% 0.67% -
XYZ 16.89 8.73 1.18 -
YUV 53.79 104.99 211.61 -
System Red Green Blue C M Y K H S L
Decimal 171 2 13 0 0.99 0.92 0.33 356.09 0.98 0.34
Hex AB 2 D 0 63 5C 21 164 62 22
Octal 253 2 15 0 143 134 41 544 142 42
Binary 10101011 10 1101 0 1100011 1011100 100001 101100100 1100010 100010

Color Harmonies of #AB020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB020D

Black with #AB020D

Text Example


Text Example

White with #AB020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB020D; }

 p { color: rgb(171,2,13); }

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

background-color css

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

 a { background-color: rgb(171,2,13); }

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

border-color css

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

 span { border-color: rgb(171,2,13); }

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