Html Css Color HEX #AF4A30 Rose Of Sharon

📋 copy color: '#AF4A30'

red 175 ◦ green 74 ◦ blue 48

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

Shades of Rose Of Sharon #AF4A30

Tints of Rose Of Sharon #AF4A30

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.92%

 BLUE value IS 48 (19.14% from 255) = 16.16%

R = 58.92%
G = 24.92%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF4A30 (or 0xAF4A30) is known color: Rose Of Sharon. HEX triplet: AF, 4A and 30. RGB value is (175,74,48). Sum of RGB (Red+Green+Blue) = 175+74+48=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A30 is #50B5CF. Grayscale: #656565. Windows color (decimal): -5289424 or 3164847. OLE color: 3164847.

HSL color Cylindrical-coordinate representation of color #AF4A30: hue angle of 12.28º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF4A30 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 74 48 -
CMYK 0 0.58 0.73 0.31
HSL 12.28º 0.57% 0.44% -
HSV(B) 12.28º 0.73% 0.69% -
XYZ 20.66 14.22 4.45 -
YUV 101.24 97.96 180.61 -
System Red Green Blue C M Y K H S L
Decimal 175 74 48 0 0.58 0.73 0.31 12.28 0.57 0.44
Hex AF 4A 30 0 3A 49 1F C 39 2C
Octal 257 112 60 0 72 111 37 14 71 54
Binary 10101111 1001010 110000 0 111010 1001001 11111 1100 111001 101100

Color Harmonies of #AF4A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A30

Black with #AF4A30

Text Example


Text Example

White with #AF4A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A30; }

 p { color: rgb(175,74,48); }

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

background-color css

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

 a { background-color: rgb(175,74,48); }

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

border-color css

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

 span { border-color: rgb(175,74,48); }

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