Html Css Color HEX #AF2F30 Guardsman Red

📋 copy color: '#AF2F30'

red 175 ◦ green 47 ◦ blue 48

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

Shades of Guardsman Red #AF2F30

Tints of Guardsman Red #AF2F30

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.41%

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

R = 64.81%
G = 17.41%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF2F30 (or 0xAF2F30) is known color: Guardsman Red. HEX triplet: AF, 2F and 30. RGB value is (175,47,48). Sum of RGB (Red+Green+Blue) = 175+47+48=270 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.81% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2F30 is #50D0CF. Grayscale: #555555. Windows color (decimal): -5296336 or 3157935. OLE color: 3157935.

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

Color convert

RGB 175 47 48 -
CMYK 0 0.73 0.73 0.31
HSL 359.53º 0.58% 0.44% -
HSV(B) 359.53º 0.73% 0.69% -
XYZ 19.23 11.36 3.98 -
YUV 85.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 175 47 48 0 0.73 0.73 0.31 359.53 0.58 0.44
Hex AF 2F 30 0 49 49 1F 168 3A 2C
Octal 257 57 60 0 111 111 37 550 72 54
Binary 10101111 101111 110000 0 1001001 1001001 11111 101101000 111010 101100

Color Harmonies of #AF2F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F30

Black with #AF2F30

Text Example


Text Example

White with #AF2F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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