Html Css Color HEX #AD0A1B Carmine

📋 copy color: '#AD0A1B'

red 173 ◦ green 10 ◦ blue 27

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

Shades of Carmine #AD0A1B

Tints of Carmine #AD0A1B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.76%

 BLUE value IS 27 (10.94% from 255) = 12.86%

R = 82.38%
G = 4.76%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD0A1B (or 0xAD0A1B) is known color: Carmine. HEX triplet: AD, 0A and 1B. RGB value is (173,10,27). Sum of RGB (Red+Green+Blue) = 173+10+27=210 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.38% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0A1B is #52F5E4. Grayscale: #3C3C3C. Windows color (decimal): -5436901 or 1772205. OLE color: 1772205.

HSL color Cylindrical-coordinate representation of color #AD0A1B: hue angle of 353.74º degrees, saturation: 0.89, 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 #AD0A1B is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 10 27 -
CMYK 0 0.94 0.84 0.32
HSL 353.74º 0.89% 0.36% -
HSV(B) 353.74º 0.94% 0.68% -
XYZ 17.54 9.18 1.88 -
YUV 60.68 109 208.12 -
System Red Green Blue C M Y K H S L
Decimal 173 10 27 0 0.94 0.84 0.32 353.74 0.89 0.36
Hex AD A 1B 0 5E 54 20 162 59 24
Octal 255 12 33 0 136 124 40 542 131 44
Binary 10101101 1010 11011 0 1011110 1010100 100000 101100010 1011001 100100

Color Harmonies of #AD0A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0A1B

Black with #AD0A1B

Text Example


Text Example

White with #AD0A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0A1B; }

 p { color: rgb(173,10,27); }

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

background-color css

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

 a { background-color: rgb(173,10,27); }

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

border-color css

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

 span { border-color: rgb(173,10,27); }

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