Html Css Color HEX #AF2D32 Guardsman Red

📋 copy color: '#AF2D32'

red 175 ◦ green 45 ◦ blue 50

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

Shades of Guardsman Red #AF2D32

Tints of Guardsman Red #AF2D32

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.67%

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

R = 64.81%
G = 16.67%
B = 18.52%

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

#AF2D32 (or 0xAF2D32) is known color: Guardsman Red. HEX triplet: AF, 2D and 32. RGB value is (175,45,50). Sum of RGB (Red+Green+Blue) = 175+45+50=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2D32 is #50D2CD. Grayscale: #545454. Windows color (decimal): -5296846 or 3288495. OLE color: 3288495.

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

Color convert

RGB 175 45 50 -
CMYK 0 0.74 0.71 0.31
HSL 357.69º 0.59% 0.43% -
HSV(B) 357.69º 0.74% 0.69% -
XYZ 19.19 11.22 4.17 -
YUV 84.44 108.57 192.59 -
System Red Green Blue C M Y K H S L
Decimal 175 45 50 0 0.74 0.71 0.31 357.69 0.59 0.43
Hex AF 2D 32 0 4A 47 1F 166 3B 2B
Octal 257 55 62 0 112 107 37 546 73 53
Binary 10101111 101101 110010 0 1001010 1000111 11111 101100110 111011 101011

Color Harmonies of #AF2D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2D32

Black with #AF2D32

Text Example


Text Example

White with #AF2D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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