Html Css Color HEX #AD032B Carmine

📋 copy color: '#AD032B'

red 173 ◦ green 3 ◦ blue 43

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

Shades of Carmine #AD032B

Tints of Carmine #AD032B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.37%

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

R = 79%
G = 1.37%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD032B (or 0xAD032B) is known color: Carmine. HEX triplet: AD, 03 and 2B. RGB value is (173,3,43). Sum of RGB (Red+Green+Blue) = 173+3+43=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD032B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD032B is #52FCD4. Grayscale: #3A3A3A. Windows color (decimal): -5438677 or 2818989. OLE color: 2818989.

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

Color convert

RGB 173 3 43 -
CMYK 0 0.98 0.75 0.32
HSL 345.88º 0.97% 0.35% -
HSV(B) 345.88º 0.98% 0.68% -
XYZ 17.7 9.12 3.11 -
YUV 58.39 119.32 209.75 -
System Red Green Blue C M Y K H S L
Decimal 173 3 43 0 0.98 0.75 0.32 345.88 0.97 0.35
Hex AD 3 2B 0 62 4B 20 15A 61 23
Octal 255 3 53 0 142 113 40 532 141 43
Binary 10101101 11 101011 0 1100010 1001011 100000 101011010 1100001 100011

Color Harmonies of #AD032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD032B

Black with #AD032B

Text Example


Text Example

White with #AD032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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