Html Css Color HEX #AD3630 Medium Carmine

📋 copy color: '#AD3630'

red 173 ◦ green 54 ◦ blue 48

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

Shades of Medium Carmine #AD3630

Tints of Medium Carmine #AD3630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.45%

R = 62.91%
G = 19.64%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD3630 (or 0xAD3630) is known color: Medium Carmine. HEX triplet: AD, 36 and 30. RGB value is (173,54,48). Sum of RGB (Red+Green+Blue) = 173+54+48=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3630 is #52C9CF. Grayscale: #595959. Windows color (decimal): -5425616 or 3159725. OLE color: 3159725.

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

Color convert

RGB 173 54 48 -
CMYK 0 0.69 0.72 0.32
HSL 2.88º 0.57% 0.43% -
HSV(B) 2.88º 0.72% 0.68% -
XYZ 19.09 11.74 4.06 -
YUV 88.9 104.92 187.99 -
System Red Green Blue C M Y K H S L
Decimal 173 54 48 0 0.69 0.72 0.32 2.88 0.57 0.43
Hex AD 36 30 0 45 48 20 3 39 2B
Octal 255 66 60 0 105 110 40 3 71 53
Binary 10101101 110110 110000 0 1000101 1001000 100000 11 111001 101011

Color Harmonies of #AD3630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3630

Black with #AD3630

Text Example


Text Example

White with #AD3630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3630; }

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

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

background-color css

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

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

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

border-color css

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

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

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