Html Css Color HEX #AD082D Carmine

📋 copy color: '#AD082D'

red 173 ◦ green 8 ◦ blue 45

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

Shades of Carmine #AD082D

Tints of Carmine #AD082D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.54%

 BLUE value IS 45 (17.97% from 255) = 19.91%

R = 76.55%
G = 3.54%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AD082D (or 0xAD082D) is known color: Carmine. HEX triplet: AD, 08 and 2D. RGB value is (173,8,45). Sum of RGB (Red+Green+Blue) = 173+8+45=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD082D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD082D is #52F7D2. Grayscale: #3D3D3D. Windows color (decimal): -5437395 or 2951341. OLE color: 2951341.

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

Color convert

RGB 173 8 45 -
CMYK 0 0.95 0.74 0.32
HSL 346.55º 0.91% 0.35% -
HSV(B) 346.55º 0.95% 0.68% -
XYZ 17.79 9.25 3.33 -
YUV 61.55 118.66 207.49 -
System Red Green Blue C M Y K H S L
Decimal 173 8 45 0 0.95 0.74 0.32 346.55 0.91 0.35
Hex AD 8 2D 0 5F 4A 20 15B 5B 23
Octal 255 10 55 0 137 112 40 533 133 43
Binary 10101101 1000 101101 0 1011111 1001010 100000 101011011 1011011 100011

Color Harmonies of #AD082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD082D

Black with #AD082D

Text Example


Text Example

White with #AD082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD082D; }

 p { color: rgb(173,8,45); }

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

background-color css

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

 a { background-color: rgb(173,8,45); }

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

border-color css

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

 span { border-color: rgb(173,8,45); }

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