Html Css Color HEX #AD3F2B Medium Carmine

📋 copy color: '#AD3F2B'

red 173 ◦ green 63 ◦ blue 43

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

Shades of Medium Carmine #AD3F2B

Tints of Medium Carmine #AD3F2B

RGB

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

 GREEN value IS 63 (25% from 255) = 22.58%

 BLUE value IS 43 (17.19% from 255) = 15.41%

R = 62.01%
G = 22.58%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD3F2B (or 0xAD3F2B) is known color: Medium Carmine. HEX triplet: AD, 3F and 2B. RGB value is (173,63,43). Sum of RGB (Red+Green+Blue) = 173+63+43=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3F2B is #52C0D4. Grayscale: #5D5D5D. Windows color (decimal): -5423317 or 2834349. OLE color: 2834349.

HSL color Cylindrical-coordinate representation of color #AD3F2B: hue angle of 9.23º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD3F2B is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 63 43 -
CMYK 0 0.64 0.75 0.32
HSL 9.23º 0.6% 0.42% -
HSV(B) 9.23º 0.75% 0.68% -
XYZ 19.45 12.61 3.7 -
YUV 93.61 99.44 184.63 -
System Red Green Blue C M Y K H S L
Decimal 173 63 43 0 0.64 0.75 0.32 9.23 0.6 0.42
Hex AD 3F 2B 0 40 4B 20 9 3C 2A
Octal 255 77 53 0 100 113 40 11 74 52
Binary 10101101 111111 101011 0 1000000 1001011 100000 1001 111100 101010

Color Harmonies of #AD3F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3F2B

Black with #AD3F2B

Text Example


Text Example

White with #AD3F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3F2B; }

 p { color: rgb(173,63,43); }

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

background-color css

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

 a { background-color: rgb(173,63,43); }

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

border-color css

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

 span { border-color: rgb(173,63,43); }

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