Html Css Color HEX #AF502D Red Stage

📋 copy color: '#AF502D'

red 175 ◦ green 80 ◦ blue 45

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

Shades of Red Stage #AF502D

Tints of Red Stage #AF502D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.67%

 BLUE value IS 45 (17.97% from 255) = 15%

R = 58.33%
G = 26.67%
B = 15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF502D (or 0xAF502D) is known color: Red Stage. HEX triplet: AF, 50 and 2D. RGB value is (175,80,45). Sum of RGB (Red+Green+Blue) = 175+80+45=300 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 175 - color contains mainly: red. Hex color #AF502D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF502D is #50AFD2. Grayscale: #686868. Windows color (decimal): -5287891 or 2969775. OLE color: 2969775.

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

Color convert

RGB 175 80 45 -
CMYK 0 0.54 0.74 0.31
HSL 16.15º 0.59% 0.43% -
HSV(B) 16.15º 0.74% 0.69% -
XYZ 21.02 15.04 4.28 -
YUV 104.42 94.47 178.35 -
System Red Green Blue C M Y K H S L
Decimal 175 80 45 0 0.54 0.74 0.31 16.15 0.59 0.43
Hex AF 50 2D 0 36 4A 1F 10 3B 2B
Octal 257 120 55 0 66 112 37 20 73 53
Binary 10101111 1010000 101101 0 110110 1001010 11111 10000 111011 101011

Color Harmonies of #AF502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF502D

Black with #AF502D

Text Example


Text Example

White with #AF502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF502D; }

 p { color: rgb(175,80,45); }

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

background-color css

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

 a { background-color: rgb(175,80,45); }

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

border-color css

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

 span { border-color: rgb(175,80,45); }

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