Html Css Color HEX #AF2830 Guardsman Red

📋 copy color: '#AF2830'

red 175 ◦ green 40 ◦ blue 48

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

Shades of Guardsman Red #AF2830

Tints of Guardsman Red #AF2830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.21%

 BLUE value IS 48 (19.14% from 255) = 18.25%

R = 66.54%
G = 15.21%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF2830 (or 0xAF2830) is known color: Guardsman Red. HEX triplet: AF, 28 and 30. RGB value is (175,40,48). Sum of RGB (Red+Green+Blue) = 175+40+48=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2830 is #50D7CF. Grayscale: #515151. Windows color (decimal): -5298128 or 3156143. OLE color: 3156143.

HSL color Cylindrical-coordinate representation of color #AF2830: hue angle of 356.44º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2830 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 40 48 -
CMYK 0 0.77 0.73 0.31
HSL 356.44º 0.63% 0.42% -
HSV(B) 356.44º 0.77% 0.69% -
XYZ 18.97 10.84 3.89 -
YUV 81.28 109.23 194.85 -
System Red Green Blue C M Y K H S L
Decimal 175 40 48 0 0.77 0.73 0.31 356.44 0.63 0.42
Hex AF 28 30 0 4D 49 1F 164 3F 2A
Octal 257 50 60 0 115 111 37 544 77 52
Binary 10101111 101000 110000 0 1001101 1001001 11111 101100100 111111 101010

Color Harmonies of #AF2830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2830

Black with #AF2830

Text Example


Text Example

White with #AF2830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2830; }

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

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

background-color css

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

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

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

border-color css

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

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

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