Html Css Color HEX #AF2324 Guardsman Red

📋 copy color: '#AF2324'

red 175 ◦ green 35 ◦ blue 36

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

Shades of Guardsman Red #AF2324

Tints of Guardsman Red #AF2324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.23%

 BLUE value IS 36 (14.45% from 255) = 14.63%

R = 71.14%
G = 14.23%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#AF2324 (or 0xAF2324) is known color: Guardsman Red. HEX triplet: AF, 23 and 24. RGB value is (175,35,36). Sum of RGB (Red+Green+Blue) = 175+35+36=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2324 is #50DCDB. Grayscale: #4D4D4D. Windows color (decimal): -5299420 or 2368431. OLE color: 2368431.

HSL color Cylindrical-coordinate representation of color #AF2324: hue angle of 359.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF2324 is Cyan = 0, Magento = 0.8, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 35 36 -
CMYK 0 0.8 0.79 0.31
HSL 359.57º 0.67% 0.41% -
HSV(B) 359.57º 0.8% 0.69% -
XYZ 18.6 10.44 2.7 -
YUV 76.97 104.88 197.92 -
System Red Green Blue C M Y K H S L
Decimal 175 35 36 0 0.8 0.79 0.31 359.57 0.67 0.41
Hex AF 23 24 0 50 4F 1F 168 43 29
Octal 257 43 44 0 120 117 37 550 103 51
Binary 10101111 100011 100100 0 1010000 1001111 11111 101101000 1000011 101001

Color Harmonies of #AF2324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2324

Black with #AF2324

Text Example


Text Example

White with #AF2324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2324; }

 p { color: rgb(175,35,36); }

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

background-color css

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

 a { background-color: rgb(175,35,36); }

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

border-color css

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

 span { border-color: rgb(175,35,36); }

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