Html Css Color HEX #AF4B2C Rose Of Sharon

📋 copy color: '#AF4B2C'

red 175 ◦ green 75 ◦ blue 44

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

Shades of Rose Of Sharon #AF4B2C

Tints of Rose Of Sharon #AF4B2C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.51%

 BLUE value IS 44 (17.58% from 255) = 14.97%

R = 59.52%
G = 25.51%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF4B2C (or 0xAF4B2C) is known color: Rose Of Sharon. HEX triplet: AF, 4B and 2C. RGB value is (175,75,44). Sum of RGB (Red+Green+Blue) = 175+75+44=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4B2C is #50B4D3. Grayscale: #656565. Windows color (decimal): -5289172 or 2902959. OLE color: 2902959.

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

Color convert

RGB 175 75 44 -
CMYK 0 0.57 0.75 0.31
HSL 14.2º 0.6% 0.43% -
HSV(B) 14.2º 0.75% 0.69% -
XYZ 20.65 14.33 4.06 -
YUV 101.37 95.63 180.52 -
System Red Green Blue C M Y K H S L
Decimal 175 75 44 0 0.57 0.75 0.31 14.2 0.6 0.43
Hex AF 4B 2C 0 39 4B 1F E 3C 2B
Octal 257 113 54 0 71 113 37 16 74 53
Binary 10101111 1001011 101100 0 111001 1001011 11111 1110 111100 101011

Color Harmonies of #AF4B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4B2C

Black with #AF4B2C

Text Example


Text Example

White with #AF4B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4B2C; }

 p { color: rgb(175,75,44); }

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

background-color css

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

 a { background-color: rgb(175,75,44); }

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

border-color css

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

 span { border-color: rgb(175,75,44); }

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