Html Css Color HEX #AD072E Carmine

📋 copy color: '#AD072E'

red 173 ◦ green 7 ◦ blue 46

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

Shades of Carmine #AD072E

Tints of Carmine #AD072E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.1%

 BLUE value IS 46 (18.36% from 255) = 20.35%

R = 76.55%
G = 3.1%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD072E (or 0xAD072E) is known color: Carmine. HEX triplet: AD, 07 and 2E. RGB value is (173,7,46). Sum of RGB (Red+Green+Blue) = 173+7+46=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD072E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD072E is #52F8D1. Grayscale: #3D3D3D. Windows color (decimal): -5437650 or 3016621. OLE color: 3016621.

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

Color convert

RGB 173 7 46 -
CMYK 0 0.96 0.73 0.32
HSL 345.9º 0.92% 0.35% -
HSV(B) 345.9º 0.96% 0.68% -
XYZ 17.8 9.23 3.43 -
YUV 61.08 119.5 207.83 -
System Red Green Blue C M Y K H S L
Decimal 173 7 46 0 0.96 0.73 0.32 345.9 0.92 0.35
Hex AD 7 2E 0 60 49 20 15A 5C 23
Octal 255 7 56 0 140 111 40 532 134 43
Binary 10101101 111 101110 0 1100000 1001001 100000 101011010 1011100 100011

Color Harmonies of #AD072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD072E

Black with #AD072E

Text Example


Text Example

White with #AD072E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD072E; }

 p { color: rgb(173,7,46); }

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

background-color css

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

 a { background-color: rgb(173,7,46); }

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

border-color css

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

 span { border-color: rgb(173,7,46); }

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