Html Css Color HEX #AB0316 Carmine

📋 copy color: '#AB0316'

red 171 ◦ green 3 ◦ blue 22

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

Shades of Carmine #AB0316

Tints of Carmine #AB0316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.22%

R = 87.24%
G = 1.53%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB0316 (or 0xAB0316) is known color: Carmine. HEX triplet: AB, 03 and 16. RGB value is (171,3,22). Sum of RGB (Red+Green+Blue) = 171+3+22=196 (25% of max value = 765). Red value is 171 (67.19% from 255 or 87.24% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 22 (8.98% from 255 or 11.22% from 196); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0316 is #54FCE9. Grayscale: #373737. Windows color (decimal): -5569770 or 1442731. OLE color: 1442731.

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

Color convert

RGB 171 3 22 -
CMYK 0 0.98 0.87 0.33
HSL 353.21º 0.97% 0.34% -
HSV(B) 353.21º 0.98% 0.67% -
XYZ 16.97 8.78 1.56 -
YUV 55.4 109.16 210.46 -
System Red Green Blue C M Y K H S L
Decimal 171 3 22 0 0.98 0.87 0.33 353.21 0.97 0.34
Hex AB 3 16 0 62 57 21 161 61 22
Octal 253 3 26 0 142 127 41 541 141 42
Binary 10101011 11 10110 0 1100010 1010111 100001 101100001 1100001 100010

Color Harmonies of #AB0316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0316

Black with #AB0316

Text Example


Text Example

White with #AB0316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0316; }

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

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

background-color css

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

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

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

border-color css

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

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

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