Html Css Color HEX #AD433D Medium Carmine

📋 copy color: '#AD433D'

red 173 ◦ green 67 ◦ blue 61

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

Shades of Medium Carmine #AD433D

Tints of Medium Carmine #AD433D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.26%

 BLUE value IS 61 (24.22% from 255) = 20.27%

R = 57.48%
G = 22.26%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD433D (or 0xAD433D) is known color: Medium Carmine. HEX triplet: AD, 43 and 3D. RGB value is (173,67,61). Sum of RGB (Red+Green+Blue) = 173+67+61=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD433D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD433D is #52BCC2. Grayscale: #626262. Windows color (decimal): -5422275 or 4015021. OLE color: 4015021.

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

Color convert

RGB 173 67 61 -
CMYK 0 0.61 0.65 0.32
HSL 3.21º 0.48% 0.46% -
HSV(B) 3.21º 0.65% 0.68% -
XYZ 20.08 13.24 5.91 -
YUV 98.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 173 67 61 0 0.61 0.65 0.32 3.21 0.48 0.46
Hex AD 43 3D 0 3D 41 20 3 30 2E
Octal 255 103 75 0 75 101 40 3 60 56
Binary 10101101 1000011 111101 0 111101 1000001 100000 11 110000 101110

Color Harmonies of #AD433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD433D

Black with #AD433D

Text Example


Text Example

White with #AD433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD433D; }

 p { color: rgb(173,67,61); }

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

background-color css

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

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

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

border-color css

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

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

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