Html Css Color HEX #AF2E32 Guardsman Red

📋 copy color: '#AF2E32'

red 175 ◦ green 46 ◦ blue 50

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

Shades of Guardsman Red #AF2E32

Tints of Guardsman Red #AF2E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.97%

 BLUE value IS 50 (19.92% from 255) = 18.45%

R = 64.58%
G = 16.97%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF2E32 (or 0xAF2E32) is known color: Guardsman Red. HEX triplet: AF, 2E and 32. RGB value is (175,46,50). Sum of RGB (Red+Green+Blue) = 175+46+50=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2E32 is #50D1CD. Grayscale: #555555. Windows color (decimal): -5296590 or 3288751. OLE color: 3288751.

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

Color convert

RGB 175 46 50 -
CMYK 0 0.74 0.71 0.31
HSL 358.14º 0.58% 0.43% -
HSV(B) 358.14º 0.74% 0.69% -
XYZ 19.23 11.3 4.18 -
YUV 85.03 108.24 192.17 -
System Red Green Blue C M Y K H S L
Decimal 175 46 50 0 0.74 0.71 0.31 358.14 0.58 0.43
Hex AF 2E 32 0 4A 47 1F 166 3A 2B
Octal 257 56 62 0 112 107 37 546 72 53
Binary 10101111 101110 110010 0 1001010 1000111 11111 101100110 111010 101011

Color Harmonies of #AF2E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2E32

Black with #AF2E32

Text Example


Text Example

White with #AF2E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2E32; }

 p { color: rgb(175,46,50); }

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

background-color css

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

 a { background-color: rgb(175,46,50); }

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

border-color css

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

 span { border-color: rgb(175,46,50); }

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