Html Css Color HEX #AF3337 Guardsman Red

📋 copy color: '#AF3337'

red 175 ◦ green 51 ◦ blue 55

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

Shades of Guardsman Red #AF3337

Tints of Guardsman Red #AF3337

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.15%

 BLUE value IS 55 (21.88% from 255) = 19.57%

R = 62.28%
G = 18.15%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF3337 (or 0xAF3337) is known color: Guardsman Red. HEX triplet: AF, 33 and 37. RGB value is (175,51,55). Sum of RGB (Red+Green+Blue) = 175+51+55=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3337 is #50CCC8. Grayscale: #585858. Windows color (decimal): -5295305 or 3617711. OLE color: 3617711.

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

Color convert

RGB 175 51 55 -
CMYK 0 0.71 0.69 0.31
HSL 358.06º 0.55% 0.44% -
HSV(B) 358.06º 0.71% 0.69% -
XYZ 19.55 11.76 4.85 -
YUV 88.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 175 51 55 0 0.71 0.69 0.31 358.06 0.55 0.44
Hex AF 33 37 0 47 45 1F 166 37 2C
Octal 257 63 67 0 107 105 37 546 67 54
Binary 10101111 110011 110111 0 1000111 1000101 11111 101100110 110111 101100

Color Harmonies of #AF3337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3337

Black with #AF3337

Text Example


Text Example

White with #AF3337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3337; }

 p { color: rgb(175,51,55); }

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

background-color css

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

 a { background-color: rgb(175,51,55); }

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

border-color css

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

 span { border-color: rgb(175,51,55); }

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