Html Css Color HEX #AF4F30 Red Stage

📋 copy color: '#AF4F30'

red 175 ◦ green 79 ◦ blue 48

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

Shades of Red Stage #AF4F30

Tints of Red Stage #AF4F30

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.16%

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

R = 57.95%
G = 26.16%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF4F30 (or 0xAF4F30) is known color: Red Stage. HEX triplet: AF, 4F and 30. RGB value is (175,79,48). Sum of RGB (Red+Green+Blue) = 175+79+48=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4F30 is #50B0CF. Grayscale: #686868. Windows color (decimal): -5288144 or 3166127. OLE color: 3166127.

HSL color Cylindrical-coordinate representation of color #AF4F30: hue angle of 14.65º 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 #AF4F30 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 79 48 -
CMYK 0 0.55 0.73 0.31
HSL 14.65º 0.57% 0.44% -
HSV(B) 14.65º 0.73% 0.69% -
XYZ 21.01 14.92 4.57 -
YUV 104.17 96.3 178.52 -
System Red Green Blue C M Y K H S L
Decimal 175 79 48 0 0.55 0.73 0.31 14.65 0.57 0.44
Hex AF 4F 30 0 37 49 1F F 39 2C
Octal 257 117 60 0 67 111 37 17 71 54
Binary 10101111 1001111 110000 0 110111 1001001 11111 1111 111001 101100

Color Harmonies of #AF4F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4F30

Black with #AF4F30

Text Example


Text Example

White with #AF4F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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