Html Css Color HEX #AB0415 Carmine

📋 copy color: '#AB0415'

red 171 ◦ green 4 ◦ blue 21

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

Shades of Carmine #AB0415

Tints of Carmine #AB0415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.71%

R = 87.24%
G = 2.04%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB0415 (or 0xAB0415) is known color: Carmine. HEX triplet: AB, 04 and 15. RGB value is (171,4,21). Sum of RGB (Red+Green+Blue) = 171+4+21=196 (25% of max value = 765). Red value is 171 (67.19% from 255 or 87.24% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0415 is #54FBEA. Grayscale: #373737. Windows color (decimal): -5569515 or 1377451. OLE color: 1377451.

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

Color convert

RGB 171 4 21 -
CMYK 0 0.98 0.88 0.33
HSL 353.89º 0.95% 0.34% -
HSV(B) 353.89º 0.98% 0.67% -
XYZ 16.97 8.8 1.51 -
YUV 55.87 108.33 210.12 -
System Red Green Blue C M Y K H S L
Decimal 171 4 21 0 0.98 0.88 0.33 353.89 0.95 0.34
Hex AB 4 15 0 62 58 21 162 5F 22
Octal 253 4 25 0 142 130 41 542 137 42
Binary 10101011 100 10101 0 1100010 1011000 100001 101100010 1011111 100010

Color Harmonies of #AB0415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0415

Black with #AB0415

Text Example


Text Example

White with #AB0415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0415; }

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

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

background-color css

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

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

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

border-color css

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

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

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