Html Css Color HEX #AD3433 Medium Carmine

📋 copy color: '#AD3433'

red 173 ◦ green 52 ◦ blue 51

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

Shades of Medium Carmine #AD3433

Tints of Medium Carmine #AD3433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.48%

R = 62.68%
G = 18.84%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD3433 (or 0xAD3433) is known color: Medium Carmine. HEX triplet: AD, 34 and 33. RGB value is (173,52,51). Sum of RGB (Red+Green+Blue) = 173+52+51=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3433 is #52CBCC. Grayscale: #585858. Windows color (decimal): -5426125 or 3355821. OLE color: 3355821.

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

Color convert

RGB 173 52 51 -
CMYK 0 0.70 0.71 0.32
HSL 0.49º 0.54% 0.44% -
HSV(B) 0.49º 0.71% 0.68% -
XYZ 19.06 11.58 4.36 -
YUV 88.07 107.09 188.58 -
System Red Green Blue C M Y K H S L
Decimal 173 52 51 0 0.70 0.71 0.32 0.49 0.54 0.44
Hex AD 34 33 0 46 47 20 0 36 2C
Octal 255 64 63 0 106 107 40 0 66 54
Binary 10101101 110100 110011 0 1000110 1000111 100000 0 110110 101100

Color Harmonies of #AD3433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3433

Black with #AD3433

Text Example


Text Example

White with #AD3433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3433; }

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

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

background-color css

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

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

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

border-color css

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

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

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