Html Css Color HEX #AD3A30 Medium Carmine

📋 copy color: '#AD3A30'

red 173 ◦ green 58 ◦ blue 48

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

Shades of Medium Carmine #AD3A30

Tints of Medium Carmine #AD3A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.79%

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

R = 62.01%
G = 20.79%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD3A30 (or 0xAD3A30) is known color: Medium Carmine. HEX triplet: AD, 3A and 30. RGB value is (173,58,48). Sum of RGB (Red+Green+Blue) = 173+58+48=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3A30 is #52C5CF. Grayscale: #5B5B5B. Windows color (decimal): -5424592 or 3160749. OLE color: 3160749.

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

Color convert

RGB 173 58 48 -
CMYK 0 0.66 0.72 0.32
HSL 4.8º 0.57% 0.43% -
HSV(B) 4.8º 0.72% 0.68% -
XYZ 19.28 12.12 4.12 -
YUV 91.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 173 58 48 0 0.66 0.72 0.32 4.8 0.57 0.43
Hex AD 3A 30 0 42 48 20 5 39 2B
Octal 255 72 60 0 102 110 40 5 71 53
Binary 10101101 111010 110000 0 1000010 1001000 100000 101 111001 101011

Color Harmonies of #AD3A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3A30

Black with #AD3A30

Text Example


Text Example

White with #AD3A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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