Html Css Color HEX #AD092E Carmine

📋 copy color: '#AD092E'

red 173 ◦ green 9 ◦ blue 46

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

Shades of Carmine #AD092E

Tints of Carmine #AD092E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.95%

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

R = 75.88%
G = 3.95%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD092E (or 0xAD092E) is known color: Carmine. HEX triplet: AD, 09 and 2E. RGB value is (173,9,46). Sum of RGB (Red+Green+Blue) = 173+9+46=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD092E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD092E is #52F6D1. Grayscale: #3E3E3E. Windows color (decimal): -5437138 or 3017133. OLE color: 3017133.

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

Color convert

RGB 173 9 46 -
CMYK 0 0.95 0.73 0.32
HSL 346.46º 0.9% 0.36% -
HSV(B) 346.46º 0.95% 0.68% -
XYZ 17.82 9.28 3.44 -
YUV 62.25 118.83 206.99 -
System Red Green Blue C M Y K H S L
Decimal 173 9 46 0 0.95 0.73 0.32 346.46 0.9 0.36
Hex AD 9 2E 0 5F 49 20 15A 5A 24
Octal 255 11 56 0 137 111 40 532 132 44
Binary 10101101 1001 101110 0 1011111 1001001 100000 101011010 1011010 100100

Color Harmonies of #AD092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD092E

Black with #AD092E

Text Example


Text Example

White with #AD092E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD092E; }

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

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

background-color css

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

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

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

border-color css

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

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

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