Html Css Color HEX #AB0413 Carmine

📋 copy color: '#AB0413'

red 171 ◦ green 4 ◦ blue 19

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

Shades of Carmine #AB0413

Tints of Carmine #AB0413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.79%

R = 88.14%
G = 2.06%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB0413 (or 0xAB0413) is known color: Carmine. HEX triplet: AB, 04 and 13. RGB value is (171,4,19). Sum of RGB (Red+Green+Blue) = 171+4+19=194 (25% of max value = 765). Red value is 171 (67.19% from 255 or 88.14% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0413 is #54FBEC. Grayscale: #373737. Windows color (decimal): -5569517 or 1246379. OLE color: 1246379.

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

Color convert

RGB 171 4 19 -
CMYK 0 0.98 0.89 0.33
HSL 354.61º 0.95% 0.34% -
HSV(B) 354.61º 0.98% 0.67% -
XYZ 16.96 8.79 1.42 -
YUV 55.64 107.33 210.28 -
System Red Green Blue C M Y K H S L
Decimal 171 4 19 0 0.98 0.89 0.33 354.61 0.95 0.34
Hex AB 4 13 0 62 59 21 163 5F 22
Octal 253 4 23 0 142 131 41 543 137 42
Binary 10101011 100 10011 0 1100010 1011001 100001 101100011 1011111 100010

Color Harmonies of #AB0413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0413

Black with #AB0413

Text Example


Text Example

White with #AB0413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0413; }

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

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

background-color css

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

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

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

border-color css

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

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

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