Html Css Color HEX #AF512D Red Stage

📋 copy color: '#AF512D'

red 175 ◦ green 81 ◦ blue 45

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

Shades of Red Stage #AF512D

Tints of Red Stage #AF512D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.91%

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

R = 58.14%
G = 26.91%
B = 14.95%

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

#AF512D (or 0xAF512D) is known color: Red Stage. HEX triplet: AF, 51 and 2D. RGB value is (175,81,45). Sum of RGB (Red+Green+Blue) = 175+81+45=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF512D is #50AED2. Grayscale: #696969. Windows color (decimal): -5287635 or 2970031. OLE color: 2970031.

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

Color convert

RGB 175 81 45 -
CMYK 0 0.54 0.74 0.31
HSL 16.62º 0.59% 0.43% -
HSV(B) 16.62º 0.74% 0.69% -
XYZ 21.1 15.19 4.3 -
YUV 105 94.14 177.93 -
System Red Green Blue C M Y K H S L
Decimal 175 81 45 0 0.54 0.74 0.31 16.62 0.59 0.43
Hex AF 51 2D 0 36 4A 1F 11 3B 2B
Octal 257 121 55 0 66 112 37 21 73 53
Binary 10101111 1010001 101101 0 110110 1001010 11111 10001 111011 101011

Color Harmonies of #AF512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF512D

Black with #AF512D

Text Example


Text Example

White with #AF512D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF512D; }

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

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

background-color css

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

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

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

border-color css

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

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

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