Html Css Color HEX #AD451F Rose Of Sharon

📋 copy color: '#AD451F'

red 173 ◦ green 69 ◦ blue 31

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

Shades of Rose Of Sharon #AD451F

Tints of Rose Of Sharon #AD451F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.27%

 BLUE value IS 31 (12.5% from 255) = 11.36%

R = 63.37%
G = 25.27%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD451F (or 0xAD451F) is known color: Rose Of Sharon. HEX triplet: AD, 45 and 1F. RGB value is (173,69,31). Sum of RGB (Red+Green+Blue) = 173+69+31=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD451F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD451F is #52BAE0. Grayscale: #606060. Windows color (decimal): -5421793 or 2049453. OLE color: 2049453.

HSL color Cylindrical-coordinate representation of color #AD451F: hue angle of 16.06º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD451F is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 69 31 -
CMYK 0 0.60 0.82 0.32
HSL 16.06º 0.7% 0.4% -
HSV(B) 16.06º 0.82% 0.68% -
XYZ 19.61 13.24 2.82 -
YUV 95.76 91.46 183.09 -
System Red Green Blue C M Y K H S L
Decimal 173 69 31 0 0.60 0.82 0.32 16.06 0.7 0.4
Hex AD 45 1F 0 3C 52 20 10 46 28
Octal 255 105 37 0 74 122 40 20 106 50
Binary 10101101 1000101 11111 0 111100 1010010 100000 10000 1000110 101000

Color Harmonies of #AD451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD451F

Black with #AD451F

Text Example


Text Example

White with #AD451F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD451F; }

 p { color: rgb(173,69,31); }

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

background-color css

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

 a { background-color: rgb(173,69,31); }

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

border-color css

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

 span { border-color: rgb(173,69,31); }

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