Html Css Color HEX #AB0417 Carmine

📋 copy color: '#AB0417'

red 171 ◦ green 4 ◦ blue 23

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

Shades of Carmine #AB0417

Tints of Carmine #AB0417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.62%

R = 86.36%
G = 2.02%
B = 11.62%

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

#AB0417 (or 0xAB0417) is known color: Carmine. HEX triplet: AB, 04 and 17. RGB value is (171,4,23). Sum of RGB (Red+Green+Blue) = 171+4+23=198 (26% of max value = 765). Red value is 171 (67.19% from 255 or 86.36% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0417 is #54FBE8. Grayscale: #383838. Windows color (decimal): -5569513 or 1508523. OLE color: 1508523.

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

Color convert

RGB 171 4 23 -
CMYK 0 0.98 0.87 0.33
HSL 353.17º 0.95% 0.34% -
HSV(B) 353.17º 0.98% 0.67% -
XYZ 16.99 8.81 1.61 -
YUV 56.1 109.33 209.96 -
System Red Green Blue C M Y K H S L
Decimal 171 4 23 0 0.98 0.87 0.33 353.17 0.95 0.34
Hex AB 4 17 0 62 57 21 161 5F 22
Octal 253 4 27 0 142 127 41 541 137 42
Binary 10101011 100 10111 0 1100010 1010111 100001 101100001 1011111 100010

Color Harmonies of #AB0417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0417

Black with #AB0417

Text Example


Text Example

White with #AB0417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0417; }

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

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

background-color css

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

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

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

border-color css

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

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

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