Html Css Color HEX #AD0B17 Carmine

📋 copy color: '#AD0B17'

red 173 ◦ green 11 ◦ blue 23

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

Shades of Carmine #AD0B17

Tints of Carmine #AD0B17

RGB

 RED value IS 173 (67.97% from 255) = 83.57%

 GREEN value IS 11 (4.69% from 255) = 5.31%

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

R = 83.57%
G = 5.31%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AD0B17 (or 0xAD0B17) is known color: Carmine. HEX triplet: AD, 0B and 17. RGB value is (173,11,23). Sum of RGB (Red+Green+Blue) = 173+11+23=207 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.57% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0B17 is #52F4E8. Grayscale: #3C3C3C. Windows color (decimal): -5436649 or 1510317. OLE color: 1510317.

HSL color Cylindrical-coordinate representation of color #AD0B17: hue angle of 355.56º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0B17 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 11 23 -
CMYK 0 0.94 0.87 0.32
HSL 355.56º 0.88% 0.36% -
HSV(B) 355.56º 0.94% 0.68% -
XYZ 17.51 9.19 1.66 -
YUV 60.81 106.67 208.02 -
System Red Green Blue C M Y K H S L
Decimal 173 11 23 0 0.94 0.87 0.32 355.56 0.88 0.36
Hex AD B 17 0 5E 57 20 164 58 24
Octal 255 13 27 0 136 127 40 544 130 44
Binary 10101101 1011 10111 0 1011110 1010111 100000 101100100 1011000 100100

Color Harmonies of #AD0B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0B17

Black with #AD0B17

Text Example


Text Example

White with #AD0B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0B17; }

 p { color: rgb(173,11,23); }

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

background-color css

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

 a { background-color: rgb(173,11,23); }

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

border-color css

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

 span { border-color: rgb(173,11,23); }

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