Html Css Color HEX #AD0612 Carmine

📋 copy color: '#AD0612'

red 173 ◦ green 6 ◦ blue 18

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

Shades of Carmine #AD0612

Tints of Carmine #AD0612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.05%

 BLUE value IS 18 (7.42% from 255) = 9.14%

R = 87.82%
G = 3.05%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD0612 (or 0xAD0612) is known color: Carmine. HEX triplet: AD, 06 and 12. RGB value is (173,6,18). Sum of RGB (Red+Green+Blue) = 173+6+18=197 (26% of max value = 765). Red value is 173 (67.97% from 255 or 87.82% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0612 is #52F9ED. Grayscale: #393939. Windows color (decimal): -5437934 or 1181357. OLE color: 1181357.

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

Color convert

RGB 173 6 18 -
CMYK 0 0.97 0.90 0.32
HSL 355.69º 0.93% 0.35% -
HSV(B) 355.69º 0.97% 0.68% -
XYZ 17.41 9.06 1.4 -
YUV 57.3 105.83 210.52 -
System Red Green Blue C M Y K H S L
Decimal 173 6 18 0 0.97 0.90 0.32 355.69 0.93 0.35
Hex AD 6 12 0 61 5A 20 164 5D 23
Octal 255 6 22 0 141 132 40 544 135 43
Binary 10101101 110 10010 0 1100001 1011010 100000 101100100 1011101 100011

Color Harmonies of #AD0612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0612

Black with #AD0612

Text Example


Text Example

White with #AD0612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0612; }

 p { color: rgb(173,6,18); }

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

background-color css

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

 a { background-color: rgb(173,6,18); }

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

border-color css

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

 span { border-color: rgb(173,6,18); }

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