Html Css Color HEX #AD2341 Old Rose

📋 copy color: '#AD2341'

red 173 ◦ green 35 ◦ blue 65

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

Shades of Old Rose #AD2341

Tints of Old Rose #AD2341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.82%

 BLUE value IS 65 (25.78% from 255) = 23.81%

R = 63.37%
G = 12.82%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD2341 (or 0xAD2341) is known color: Old Rose. HEX triplet: AD, 23 and 41. RGB value is (173,35,65). Sum of RGB (Red+Green+Blue) = 173+35+65=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2341 is #52DCBE. Grayscale: #4F4F4F. Windows color (decimal): -5430463 or 4268973. OLE color: 4268973.

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

Color convert

RGB 173 35 65 -
CMYK 0 0.80 0.62 0.32
HSL 346.96º 0.66% 0.41% -
HSV(B) 346.96º 0.8% 0.68% -
XYZ 18.79 10.47 6.03 -
YUV 79.68 119.72 194.56 -
System Red Green Blue C M Y K H S L
Decimal 173 35 65 0 0.80 0.62 0.32 346.96 0.66 0.41
Hex AD 23 41 0 50 3E 20 15B 42 29
Octal 255 43 101 0 120 76 40 533 102 51
Binary 10101101 100011 1000001 0 1010000 111110 100000 101011011 1000010 101001

Color Harmonies of #AD2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2341

Black with #AD2341

Text Example


Text Example

White with #AD2341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2341; }

 p { color: rgb(173,35,65); }

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

background-color css

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

 a { background-color: rgb(173,35,65); }

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

border-color css

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

 span { border-color: rgb(173,35,65); }

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