Html Css Color HEX #AF4D30 Red Stage

📋 copy color: '#AF4D30'

red 175 ◦ green 77 ◦ blue 48

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

Shades of Red Stage #AF4D30

Tints of Red Stage #AF4D30

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.67%

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

R = 58.33%
G = 25.67%
B = 16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF4D30 (or 0xAF4D30) is known color: Red Stage. HEX triplet: AF, 4D and 30. RGB value is (175,77,48). Sum of RGB (Red+Green+Blue) = 175+77+48=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF4D30 is #50B2CF. Grayscale: #676767. Windows color (decimal): -5288656 or 3165615. OLE color: 3165615.

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

Color convert

RGB 175 77 48 -
CMYK 0 0.56 0.73 0.31
HSL 13.7º 0.57% 0.44% -
HSV(B) 13.7º 0.73% 0.69% -
XYZ 20.87 14.64 4.52 -
YUV 103 96.97 179.36 -
System Red Green Blue C M Y K H S L
Decimal 175 77 48 0 0.56 0.73 0.31 13.7 0.57 0.44
Hex AF 4D 30 0 38 49 1F E 39 2C
Octal 257 115 60 0 70 111 37 16 71 54
Binary 10101111 1001101 110000 0 111000 1001001 11111 1110 111001 101100

Color Harmonies of #AF4D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D30

Black with #AF4D30

Text Example


Text Example

White with #AF4D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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