Html Css Color HEX #AD3B24 Medium Carmine

📋 copy color: '#AD3B24'

red 173 ◦ green 59 ◦ blue 36

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

Shades of Medium Carmine #AD3B24

Tints of Medium Carmine #AD3B24

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.01%

 BLUE value IS 36 (14.45% from 255) = 13.43%

R = 64.55%
G = 22.01%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD3B24 (or 0xAD3B24) is known color: Medium Carmine. HEX triplet: AD, 3B and 24. RGB value is (173,59,36). Sum of RGB (Red+Green+Blue) = 173+59+36=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3B24 is #52C4DB. Grayscale: #5A5A5A. Windows color (decimal): -5424348 or 2374573. OLE color: 2374573.

HSL color Cylindrical-coordinate representation of color #AD3B24: hue angle of 10.07º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD3B24 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 59 36 -
CMYK 0 0.66 0.79 0.32
HSL 10.07º 0.66% 0.41% -
HSV(B) 10.07º 0.79% 0.68% -
XYZ 19.12 12.14 3 -
YUV 90.46 97.27 186.87 -
System Red Green Blue C M Y K H S L
Decimal 173 59 36 0 0.66 0.79 0.32 10.07 0.66 0.41
Hex AD 3B 24 0 42 4F 20 A 42 29
Octal 255 73 44 0 102 117 40 12 102 51
Binary 10101101 111011 100100 0 1000010 1001111 100000 1010 1000010 101001

Color Harmonies of #AD3B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3B24

Black with #AD3B24

Text Example


Text Example

White with #AD3B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3B24; }

 p { color: rgb(173,59,36); }

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

background-color css

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

 a { background-color: rgb(173,59,36); }

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

border-color css

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

 span { border-color: rgb(173,59,36); }

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