Html Css Color HEX #AD0512 Carmine

📋 copy color: '#AD0512'

red 173 ◦ green 5 ◦ blue 18

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

Shades of Carmine #AD0512

Tints of Carmine #AD0512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.55%

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

R = 88.27%
G = 2.55%
B = 9.18%

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

#AD0512 (or 0xAD0512) is known color: Carmine. HEX triplet: AD, 05 and 12. RGB value is (173,5,18). Sum of RGB (Red+Green+Blue) = 173+5+18=196 (25% of max value = 765). Red value is 173 (67.97% from 255 or 88.27% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0512 is #52FAED. Grayscale: #383838. Windows color (decimal): -5438190 or 1181101. OLE color: 1181101.

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

Color convert

RGB 173 5 18 -
CMYK 0 0.97 0.90 0.32
HSL 355.36º 0.94% 0.35% -
HSV(B) 355.36º 0.97% 0.68% -
XYZ 17.4 9.04 1.4 -
YUV 56.71 106.16 210.94 -
System Red Green Blue C M Y K H S L
Decimal 173 5 18 0 0.97 0.90 0.32 355.36 0.94 0.35
Hex AD 5 12 0 61 5A 20 163 5E 23
Octal 255 5 22 0 141 132 40 543 136 43
Binary 10101101 101 10010 0 1100001 1011010 100000 101100011 1011110 100011

Color Harmonies of #AD0512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0512

Black with #AD0512

Text Example


Text Example

White with #AD0512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0512; }

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

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

background-color css

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

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

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

border-color css

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

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

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