Html Css Color HEX #AD3430 Medium Carmine

📋 copy color: '#AD3430'

red 173 ◦ green 52 ◦ blue 48

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

Shades of Medium Carmine #AD3430

Tints of Medium Carmine #AD3430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.05%

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

R = 63.37%
G = 19.05%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD3430 (or 0xAD3430) is known color: Medium Carmine. HEX triplet: AD, 34 and 30. RGB value is (173,52,48). Sum of RGB (Red+Green+Blue) = 173+52+48=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3430 is #52CBCF. Grayscale: #575757. Windows color (decimal): -5426128 or 3159213. OLE color: 3159213.

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

Color convert

RGB 173 52 48 -
CMYK 0 0.70 0.72 0.32
HSL 1.92º 0.57% 0.43% -
HSV(B) 1.92º 0.72% 0.68% -
XYZ 19 11.55 4.03 -
YUV 87.72 105.59 188.83 -
System Red Green Blue C M Y K H S L
Decimal 173 52 48 0 0.70 0.72 0.32 1.92 0.57 0.43
Hex AD 34 30 0 46 48 20 2 39 2B
Octal 255 64 60 0 106 110 40 2 71 53
Binary 10101101 110100 110000 0 1000110 1001000 100000 10 111001 101011

Color Harmonies of #AD3430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3430

Black with #AD3430

Text Example


Text Example

White with #AD3430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3430; }

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

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

background-color css

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

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

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

border-color css

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

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

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