Html Css Color HEX #AD2B42 Old Rose

📋 copy color: '#AD2B42'

red 173 ◦ green 43 ◦ blue 66

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

Shades of Old Rose #AD2B42

Tints of Old Rose #AD2B42

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.25%

 BLUE value IS 66 (26.17% from 255) = 23.4%

R = 61.35%
G = 15.25%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD2B42 (or 0xAD2B42) is known color: Old Rose. HEX triplet: AD, 2B and 42. RGB value is (173,43,66). Sum of RGB (Red+Green+Blue) = 173+43+66=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2B42 is #52D4BD. Grayscale: #545454. Windows color (decimal): -5428414 or 4336557. OLE color: 4336557.

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

Color convert

RGB 173 43 66 -
CMYK 0 0.75 0.62 0.32
HSL 349.38º 0.6% 0.42% -
HSV(B) 349.38º 0.75% 0.68% -
XYZ 19.08 11.01 6.27 -
YUV 84.49 117.57 191.13 -
System Red Green Blue C M Y K H S L
Decimal 173 43 66 0 0.75 0.62 0.32 349.38 0.6 0.42
Hex AD 2B 42 0 4B 3E 20 15D 3C 2A
Octal 255 53 102 0 113 76 40 535 74 52
Binary 10101101 101011 1000010 0 1001011 111110 100000 101011101 111100 101010

Color Harmonies of #AD2B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B42

Black with #AD2B42

Text Example


Text Example

White with #AD2B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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