Html Css Color HEX #AD0810 Carmine

📋 copy color: '#AD0810'

red 173 ◦ green 8 ◦ blue 16

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

Shades of Carmine #AD0810

Tints of Carmine #AD0810

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.06%

 BLUE value IS 16 (6.64% from 255) = 8.12%

R = 87.82%
G = 4.06%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD0810 (or 0xAD0810) is known color: Carmine. HEX triplet: AD, 08 and 10. RGB value is (173,8,16). Sum of RGB (Red+Green+Blue) = 173+8+16=197 (26% of max value = 765). Red value is 173 (67.97% from 255 or 87.82% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0810 is #52F7EF. Grayscale: #3A3A3A. Windows color (decimal): -5437424 or 1050797. OLE color: 1050797.

HSL color Cylindrical-coordinate representation of color #AD0810: hue angle of 357.09º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0810 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 8 16 -
CMYK 0 0.95 0.91 0.32
HSL 357.09º 0.91% 0.35% -
HSV(B) 357.09º 0.95% 0.68% -
XYZ 17.41 9.1 1.33 -
YUV 58.25 104.16 209.85 -
System Red Green Blue C M Y K H S L
Decimal 173 8 16 0 0.95 0.91 0.32 357.09 0.91 0.35
Hex AD 8 10 0 5F 5B 20 165 5B 23
Octal 255 10 20 0 137 133 40 545 133 43
Binary 10101101 1000 10000 0 1011111 1011011 100000 101100101 1011011 100011

Color Harmonies of #AD0810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0810

Black with #AD0810

Text Example


Text Example

White with #AD0810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0810; }

 p { color: rgb(173,8,16); }

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

background-color css

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

 a { background-color: rgb(173,8,16); }

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

border-color css

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

 span { border-color: rgb(173,8,16); }

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