Html Css Color HEX #AF451F Rose Of Sharon

📋 copy color: '#AF451F'

red 175 ◦ green 69 ◦ blue 31

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

Shades of Rose Of Sharon #AF451F

Tints of Rose Of Sharon #AF451F

RGB

 RED value IS 175 (68.75% from 255) = 63.64%

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

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

R = 63.64%
G = 25.09%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#AF451F (or 0xAF451F) is known color: Rose Of Sharon. HEX triplet: AF, 45 and 1F. RGB value is (175,69,31). Sum of RGB (Red+Green+Blue) = 175+69+31=275 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.64% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 175 - color contains mainly: red. Hex color #AF451F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF451F is #50BAE0. Grayscale: #606060. Windows color (decimal): -5290721 or 2049455. OLE color: 2049455.

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

Color convert

RGB 175 69 31 -
CMYK 0 0.61 0.82 0.31
HSL 15.83º 0.7% 0.4% -
HSV(B) 15.83º 0.82% 0.69% -
XYZ 20.05 13.47 2.84 -
YUV 96.36 91.12 184.09 -
System Red Green Blue C M Y K H S L
Decimal 175 69 31 0 0.61 0.82 0.31 15.83 0.7 0.4
Hex AF 45 1F 0 3D 52 1F 10 46 28
Octal 257 105 37 0 75 122 37 20 106 50
Binary 10101111 1000101 11111 0 111101 1010010 11111 10000 1000110 101000

Color Harmonies of #AF451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF451F

Black with #AF451F

Text Example


Text Example

White with #AF451F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF451F; }

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

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

background-color css

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

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

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

border-color css

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

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

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