Html Css Color HEX #AF5430 Red Stage

📋 copy color: '#AF5430'

red 175 ◦ green 84 ◦ blue 48

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

Shades of Red Stage #AF5430

Tints of Red Stage #AF5430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.36%

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

R = 57%
G = 27.36%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF5430 (or 0xAF5430) is known color: Red Stage. HEX triplet: AF, 54 and 30. RGB value is (175,84,48). Sum of RGB (Red+Green+Blue) = 175+84+48=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5430 is #50ABCF. Grayscale: #6B6B6B. Windows color (decimal): -5286864 or 3167407. OLE color: 3167407.

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

Color convert

RGB 175 84 48 -
CMYK 0 0.52 0.73 0.31
HSL 17.01º 0.57% 0.44% -
HSV(B) 17.01º 0.73% 0.69% -
XYZ 21.38 15.67 4.69 -
YUV 107.11 94.65 176.43 -
System Red Green Blue C M Y K H S L
Decimal 175 84 48 0 0.52 0.73 0.31 17.01 0.57 0.44
Hex AF 54 30 0 34 49 1F 11 39 2C
Octal 257 124 60 0 64 111 37 21 71 54
Binary 10101111 1010100 110000 0 110100 1001001 11111 10001 111001 101100

Color Harmonies of #AF5430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5430

Black with #AF5430

Text Example


Text Example

White with #AF5430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5430; }

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

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

background-color css

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

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

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

border-color css

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

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

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