Html Css Color HEX #AD3A25 Medium Carmine

📋 copy color: '#AD3A25'

red 173 ◦ green 58 ◦ blue 37

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

Shades of Medium Carmine #AD3A25

Tints of Medium Carmine #AD3A25

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.64%

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

R = 64.55%
G = 21.64%
B = 13.81%

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

#AD3A25 (or 0xAD3A25) is known color: Medium Carmine. HEX triplet: AD, 3A and 25. RGB value is (173,58,37). Sum of RGB (Red+Green+Blue) = 173+58+37=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3A25 is #52C5DA. Grayscale: #5A5A5A. Windows color (decimal): -5424603 or 2439853. OLE color: 2439853.

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

Color convert

RGB 173 58 37 -
CMYK 0 0.66 0.79 0.32
HSL 9.26º 0.65% 0.41% -
HSV(B) 9.26º 0.79% 0.68% -
XYZ 19.08 12.04 3.07 -
YUV 89.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 173 58 37 0 0.66 0.79 0.32 9.26 0.65 0.41
Hex AD 3A 25 0 42 4F 20 9 41 29
Octal 255 72 45 0 102 117 40 11 101 51
Binary 10101101 111010 100101 0 1000010 1001111 100000 1001 1000001 101001

Color Harmonies of #AD3A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3A25

Black with #AD3A25

Text Example


Text Example

White with #AD3A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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