Html Css Color HEX #AD092C Carmine

📋 copy color: '#AD092C'

red 173 ◦ green 9 ◦ blue 44

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

Shades of Carmine #AD092C

Tints of Carmine #AD092C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.47%

R = 76.55%
G = 3.98%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD092C (or 0xAD092C) is known color: Carmine. HEX triplet: AD, 09 and 2C. RGB value is (173,9,44). Sum of RGB (Red+Green+Blue) = 173+9+44=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD092C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD092C is #52F6D3. Grayscale: #3E3E3E. Windows color (decimal): -5437140 or 2886061. OLE color: 2886061.

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

Color convert

RGB 173 9 44 -
CMYK 0 0.95 0.75 0.32
HSL 347.2º 0.9% 0.36% -
HSV(B) 347.2º 0.95% 0.68% -
XYZ 17.79 9.26 3.23 -
YUV 62.03 117.83 207.15 -
System Red Green Blue C M Y K H S L
Decimal 173 9 44 0 0.95 0.75 0.32 347.2 0.9 0.36
Hex AD 9 2C 0 5F 4B 20 15B 5A 24
Octal 255 11 54 0 137 113 40 533 132 44
Binary 10101101 1001 101100 0 1011111 1001011 100000 101011011 1011010 100100

Color Harmonies of #AD092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD092C

Black with #AD092C

Text Example


Text Example

White with #AD092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD092C; }

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

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

background-color css

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

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

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

border-color css

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

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

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