Html Css Color HEX #AB0317 Carmine

📋 copy color: '#AB0317'

red 171 ◦ green 3 ◦ blue 23

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

Shades of Carmine #AB0317

Tints of Carmine #AB0317

RGB

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

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

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

R = 86.8%
G = 1.52%
B = 11.68%

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

#AB0317 (or 0xAB0317) is known color: Carmine. HEX triplet: AB, 03 and 17. RGB value is (171,3,23). Sum of RGB (Red+Green+Blue) = 171+3+23=197 (26% of max value = 765). Red value is 171 (67.19% from 255 or 86.80% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0317 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0317 is #54FCE8. Grayscale: #373737. Windows color (decimal): -5569769 or 1508267. OLE color: 1508267.

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

Color convert

RGB 171 3 23 -
CMYK 0 0.98 0.87 0.33
HSL 352.86º 0.97% 0.34% -
HSV(B) 352.86º 0.98% 0.67% -
XYZ 16.98 8.78 1.61 -
YUV 55.51 109.66 210.37 -
System Red Green Blue C M Y K H S L
Decimal 171 3 23 0 0.98 0.87 0.33 352.86 0.97 0.34
Hex AB 3 17 0 62 57 21 161 61 22
Octal 253 3 27 0 142 127 41 541 141 42
Binary 10101011 11 10111 0 1100010 1010111 100001 101100001 1100001 100010

Color Harmonies of #AB0317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0317

Black with #AB0317

Text Example


Text Example

White with #AB0317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0317; }

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

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

background-color css

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

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

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

border-color css

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

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

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