Html Css Color HEX #AF4B1C Rose Of Sharon

📋 copy color: '#AF4B1C'

red 175 ◦ green 75 ◦ blue 28

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

Shades of Rose Of Sharon #AF4B1C

Tints of Rose Of Sharon #AF4B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.07%

R = 62.95%
G = 26.98%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF4B1C (or 0xAF4B1C) is known color: Rose Of Sharon. HEX triplet: AF, 4B and 1C. RGB value is (175,75,28). Sum of RGB (Red+Green+Blue) = 175+75+28=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4B1C is #50B4E3. Grayscale: #636363. Windows color (decimal): -5289188 or 1854383. OLE color: 1854383.

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

Color convert

RGB 175 75 28 -
CMYK 0 0.57 0.84 0.31
HSL 19.18º 0.72% 0.4% -
HSV(B) 19.18º 0.84% 0.69% -
XYZ 20.4 14.23 2.77 -
YUV 99.54 87.63 181.82 -
System Red Green Blue C M Y K H S L
Decimal 175 75 28 0 0.57 0.84 0.31 19.18 0.72 0.4
Hex AF 4B 1C 0 39 54 1F 13 48 28
Octal 257 113 34 0 71 124 37 23 110 50
Binary 10101111 1001011 11100 0 111001 1010100 11111 10011 1001000 101000

Color Harmonies of #AF4B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4B1C

Black with #AF4B1C

Text Example


Text Example

White with #AF4B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4B1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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