Html Css Color HEX #AD3B25 Medium Carmine

📋 copy color: '#AD3B25'

red 173 ◦ green 59 ◦ blue 37

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

Shades of Medium Carmine #AD3B25

Tints of Medium Carmine #AD3B25

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.93%

 BLUE value IS 37 (14.84% from 255) = 13.75%

R = 64.31%
G = 21.93%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AD3B25 (or 0xAD3B25) is known color: Medium Carmine. HEX triplet: AD, 3B and 25. RGB value is (173,59,37). Sum of RGB (Red+Green+Blue) = 173+59+37=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3B25 is #52C4DA. Grayscale: #5A5A5A. Windows color (decimal): -5424347 or 2440109. OLE color: 2440109.

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

Color convert

RGB 173 59 37 -
CMYK 0 0.66 0.79 0.32
HSL 9.71º 0.65% 0.41% -
HSV(B) 9.71º 0.79% 0.68% -
XYZ 19.13 12.15 3.09 -
YUV 90.58 97.77 186.79 -
System Red Green Blue C M Y K H S L
Decimal 173 59 37 0 0.66 0.79 0.32 9.71 0.65 0.41
Hex AD 3B 25 0 42 4F 20 A 41 29
Octal 255 73 45 0 102 117 40 12 101 51
Binary 10101101 111011 100101 0 1000010 1001111 100000 1010 1000001 101001

Color Harmonies of #AD3B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3B25

Black with #AD3B25

Text Example


Text Example

White with #AD3B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3B25; }

 p { color: rgb(173,59,37); }

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

background-color css

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

 a { background-color: rgb(173,59,37); }

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

border-color css

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

 span { border-color: rgb(173,59,37); }

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