Html Css Color HEX #AF2326 Guardsman Red

📋 copy color: '#AF2326'

red 175 ◦ green 35 ◦ blue 38

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

Shades of Guardsman Red #AF2326

Tints of Guardsman Red #AF2326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.32%

R = 70.56%
G = 14.11%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF2326 (or 0xAF2326) is known color: Guardsman Red. HEX triplet: AF, 23 and 26. RGB value is (175,35,38). Sum of RGB (Red+Green+Blue) = 175+35+38=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2326 is #50DCD9. Grayscale: #4D4D4D. Windows color (decimal): -5299418 or 2499503. OLE color: 2499503.

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

Color convert

RGB 175 35 38 -
CMYK 0 0.8 0.78 0.31
HSL 358.71º 0.67% 0.41% -
HSV(B) 358.71º 0.8% 0.69% -
XYZ 18.63 10.46 2.87 -
YUV 77.2 105.88 197.76 -
System Red Green Blue C M Y K H S L
Decimal 175 35 38 0 0.8 0.78 0.31 358.71 0.67 0.41
Hex AF 23 26 0 50 4E 1F 167 43 29
Octal 257 43 46 0 120 116 37 547 103 51
Binary 10101111 100011 100110 0 1010000 1001110 11111 101100111 1000011 101001

Color Harmonies of #AF2326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2326

Black with #AF2326

Text Example


Text Example

White with #AF2326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2326; }

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

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

background-color css

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

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

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

border-color css

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

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

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