Html Css Color HEX #AF242A Guardsman Red

📋 copy color: '#AF242A'

red 175 ◦ green 36 ◦ blue 42

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

Shades of Guardsman Red #AF242A

Tints of Guardsman Red #AF242A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.23%

 BLUE value IS 42 (16.8% from 255) = 16.6%

R = 69.17%
G = 14.23%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF242A (or 0xAF242A) is known color: Guardsman Red. HEX triplet: AF, 24 and 2A. RGB value is (175,36,42). Sum of RGB (Red+Green+Blue) = 175+36+42=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF242A is #50DBD5. Grayscale: #4E4E4E. Windows color (decimal): -5299158 or 2761903. OLE color: 2761903.

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

Color convert

RGB 175 36 42 -
CMYK 0 0.79 0.76 0.31
HSL 357.41º 0.66% 0.41% -
HSV(B) 357.41º 0.79% 0.69% -
XYZ 18.73 10.54 3.24 -
YUV 78.25 107.55 197.01 -
System Red Green Blue C M Y K H S L
Decimal 175 36 42 0 0.79 0.76 0.31 357.41 0.66 0.41
Hex AF 24 2A 0 4F 4C 1F 165 42 29
Octal 257 44 52 0 117 114 37 545 102 51
Binary 10101111 100100 101010 0 1001111 1001100 11111 101100101 1000010 101001

Color Harmonies of #AF242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF242A

Black with #AF242A

Text Example


Text Example

White with #AF242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF242A; }

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

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

background-color css

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

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

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

border-color css

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

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

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