Html Css Color HEX #AD062F Carmine

📋 copy color: '#AD062F'

red 173 ◦ green 6 ◦ blue 47

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

Shades of Carmine #AD062F

Tints of Carmine #AD062F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.8%

R = 76.55%
G = 2.65%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD062F (or 0xAD062F) is known color: Carmine. HEX triplet: AD, 06 and 2F. RGB value is (173,6,47). Sum of RGB (Red+Green+Blue) = 173+6+47=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD062F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD062F is #52F9D0. Grayscale: #3C3C3C. Windows color (decimal): -5437905 or 3081901. OLE color: 3081901.

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

Color convert

RGB 173 6 47 -
CMYK 0 0.97 0.73 0.32
HSL 345.27º 0.93% 0.35% -
HSV(B) 345.27º 0.97% 0.68% -
XYZ 17.81 9.22 3.53 -
YUV 60.61 120.33 208.17 -
System Red Green Blue C M Y K H S L
Decimal 173 6 47 0 0.97 0.73 0.32 345.27 0.93 0.35
Hex AD 6 2F 0 61 49 20 159 5D 23
Octal 255 6 57 0 141 111 40 531 135 43
Binary 10101101 110 101111 0 1100001 1001001 100000 101011001 1011101 100011

Color Harmonies of #AD062F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD062F

Black with #AD062F

Text Example


Text Example

White with #AD062F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD062F; }

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

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

background-color css

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

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

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

border-color css

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

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

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