Html Css Color HEX #AB0420 Carmine

📋 copy color: '#AB0420'

red 171 ◦ green 4 ◦ blue 32

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

Shades of Carmine #AB0420

Tints of Carmine #AB0420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.93%

 BLUE value IS 32 (12.89% from 255) = 15.46%

R = 82.61%
G = 1.93%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AB0420 (or 0xAB0420) is known color: Carmine. HEX triplet: AB, 04 and 20. RGB value is (171,4,32). Sum of RGB (Red+Green+Blue) = 171+4+32=207 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.61% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 32 (12.89% from 255 or 15.46% from 207); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0420 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0420 is #54FBDF. Grayscale: #393939. Windows color (decimal): -5569504 or 2098347. OLE color: 2098347.

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

Color convert

RGB 171 4 32 -
CMYK 0 0.98 0.81 0.33
HSL 349.94º 0.95% 0.34% -
HSV(B) 349.94º 0.98% 0.67% -
XYZ 17.1 8.85 2.17 -
YUV 57.13 113.83 209.22 -
System Red Green Blue C M Y K H S L
Decimal 171 4 32 0 0.98 0.81 0.33 349.94 0.95 0.34
Hex AB 4 20 0 62 51 21 15E 5F 22
Octal 253 4 40 0 142 121 41 536 137 42
Binary 10101011 100 100000 0 1100010 1010001 100001 101011110 1011111 100010

Color Harmonies of #AB0420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0420

Black with #AB0420

Text Example


Text Example

White with #AB0420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0420; }

 p { color: rgb(171,4,32); }

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

background-color css

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

 a { background-color: rgb(171,4,32); }

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

border-color css

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

 span { border-color: rgb(171,4,32); }

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