Html Css Color HEX #AD3636 Medium Carmine

📋 copy color: '#AD3636'

red 173 ◦ green 54 ◦ blue 54

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

Shades of Medium Carmine #AD3636

Tints of Medium Carmine #AD3636

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.22%

 BLUE value IS 54 (21.48% from 255) = 19.22%

R = 61.57%
G = 19.22%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD3636 (or 0xAD3636) is known color: Medium Carmine. HEX triplet: AD, 36 and 36. RGB value is (173,54,54). Sum of RGB (Red+Green+Blue) = 173+54+54=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3636 is #52C9C9. Grayscale: #595959. Windows color (decimal): -5425610 or 3552941. OLE color: 3552941.

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

Color convert

RGB 173 54 54 -
CMYK 0 0.69 0.69 0.32
HSL 0.52% 0.45% -
HSV(B) 0.69% 0.68% -
XYZ 19.22 11.79 4.75 -
YUV 89.58 107.92 187.5 -
System Red Green Blue C M Y K H S L
Decimal 173 54 54 0 0.69 0.69 0.32 0 0.52 0.45
Hex AD 36 36 0 45 45 20 0 34 2D
Octal 255 66 66 0 105 105 40 0 64 55
Binary 10101101 110110 110110 0 1000101 1000101 100000 0 110100 101101

Color Harmonies of #AD3636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3636

Black with #AD3636

Text Example


Text Example

White with #AD3636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3636; }

 p { color: rgb(173,54,54); }

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

background-color css

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

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

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

border-color css

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

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

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