Html Css Color HEX #AB0320 Carmine

📋 copy color: '#AB0320'

red 171 ◦ green 3 ◦ blue 32

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

Shades of Carmine #AB0320

Tints of Carmine #AB0320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

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

R = 83.01%
G = 1.46%
B = 15.53%

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

#AB0320 (or 0xAB0320) is known color: Carmine. HEX triplet: AB, 03 and 20. RGB value is (171,3,32). Sum of RGB (Red+Green+Blue) = 171+3+32=206 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.01% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB0320 is #54FCDF. Grayscale: #383838. Windows color (decimal): -5569760 or 2098091. OLE color: 2098091.

HSL color Cylindrical-coordinate representation of color #AB0320: hue angle of 349.64º degrees, saturation: 0.97, 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 #AB0320 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 3 32 -
CMYK 0 0.98 0.81 0.33
HSL 349.64º 0.97% 0.34% -
HSV(B) 349.64º 0.98% 0.67% -
XYZ 17.09 8.83 2.17 -
YUV 56.54 114.16 209.64 -
System Red Green Blue C M Y K H S L
Decimal 171 3 32 0 0.98 0.81 0.33 349.64 0.97 0.34
Hex AB 3 20 0 62 51 21 15E 61 22
Octal 253 3 40 0 142 121 41 536 141 42
Binary 10101011 11 100000 0 1100010 1010001 100001 101011110 1100001 100010

Color Harmonies of #AB0320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0320

Black with #AB0320

Text Example


Text Example

White with #AB0320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0320; }

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

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

background-color css

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

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

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

border-color css

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

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

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