Html Css Color HEX #AF2328 Guardsman Red

📋 copy color: '#AF2328'

red 175 ◦ green 35 ◦ blue 40

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

Shades of Guardsman Red #AF2328

Tints of Guardsman Red #AF2328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16%

R = 70%
G = 14%
B = 16%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#AF2328 (or 0xAF2328) is known color: Guardsman Red. HEX triplet: AF, 23 and 28. RGB value is (175,35,40). Sum of RGB (Red+Green+Blue) = 175+35+40=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2328 is #50DCD7. Grayscale: #4D4D4D. Windows color (decimal): -5299416 or 2630575. OLE color: 2630575.

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

Color convert

RGB 175 35 40 -
CMYK 0 0.8 0.77 0.31
HSL 357.86º 0.67% 0.41% -
HSV(B) 357.86º 0.8% 0.69% -
XYZ 18.66 10.47 3.04 -
YUV 77.43 106.88 197.59 -
System Red Green Blue C M Y K H S L
Decimal 175 35 40 0 0.8 0.77 0.31 357.86 0.67 0.41
Hex AF 23 28 0 50 4D 1F 166 43 29
Octal 257 43 50 0 120 115 37 546 103 51
Binary 10101111 100011 101000 0 1010000 1001101 11111 101100110 1000011 101001

Color Harmonies of #AF2328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2328

Black with #AF2328

Text Example


Text Example

White with #AF2328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2328; }

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

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

background-color css

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

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

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

border-color css

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

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

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