Html Css Color HEX #AF3136 Guardsman Red

📋 copy color: '#AF3136'

red 175 ◦ green 49 ◦ blue 54

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

Shades of Guardsman Red #AF3136

Tints of Guardsman Red #AF3136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.63%

 BLUE value IS 54 (21.48% from 255) = 19.42%

R = 62.95%
G = 17.63%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF3136 (or 0xAF3136) is known color: Guardsman Red. HEX triplet: AF, 31 and 36. RGB value is (175,49,54). Sum of RGB (Red+Green+Blue) = 175+49+54=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3136 is #50CEC9. Grayscale: #575757. Windows color (decimal): -5295818 or 3551663. OLE color: 3551663.

HSL color Cylindrical-coordinate representation of color #AF3136: hue angle of 357.62º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF3136 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 49 54 -
CMYK 0 0.72 0.69 0.31
HSL 357.62º 0.56% 0.44% -
HSV(B) 357.62º 0.72% 0.69% -
XYZ 19.44 11.58 4.7 -
YUV 87.24 109.24 190.59 -
System Red Green Blue C M Y K H S L
Decimal 175 49 54 0 0.72 0.69 0.31 357.62 0.56 0.44
Hex AF 31 36 0 48 45 1F 166 38 2C
Octal 257 61 66 0 110 105 37 546 70 54
Binary 10101111 110001 110110 0 1001000 1000101 11111 101100110 111000 101100

Color Harmonies of #AF3136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3136

Black with #AF3136

Text Example


Text Example

White with #AF3136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3136; }

 p { color: rgb(175,49,54); }

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

background-color css

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

 a { background-color: rgb(175,49,54); }

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

border-color css

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

 span { border-color: rgb(175,49,54); }

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