Html Css Color HEX #AD082B Carmine

📋 copy color: '#AD082B'

red 173 ◦ green 8 ◦ blue 43

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

Shades of Carmine #AD082B

Tints of Carmine #AD082B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.2%

R = 77.23%
G = 3.57%
B = 19.2%

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

#AD082B (or 0xAD082B) is known color: Carmine. HEX triplet: AD, 08 and 2B. RGB value is (173,8,43). Sum of RGB (Red+Green+Blue) = 173+8+43=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD082B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD082B is #52F7D4. Grayscale: #3D3D3D. Windows color (decimal): -5437397 or 2820269. OLE color: 2820269.

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

Color convert

RGB 173 8 43 -
CMYK 0 0.95 0.75 0.32
HSL 347.27º 0.91% 0.35% -
HSV(B) 347.27º 0.95% 0.68% -
XYZ 17.76 9.23 3.13 -
YUV 61.33 117.66 207.65 -
System Red Green Blue C M Y K H S L
Decimal 173 8 43 0 0.95 0.75 0.32 347.27 0.91 0.35
Hex AD 8 2B 0 5F 4B 20 15B 5B 23
Octal 255 10 53 0 137 113 40 533 133 43
Binary 10101101 1000 101011 0 1011111 1001011 100000 101011011 1011011 100011

Color Harmonies of #AD082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD082B

Black with #AD082B

Text Example


Text Example

White with #AD082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD082B; }

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

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

background-color css

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

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

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

border-color css

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

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

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