Html Css Color HEX #A8262F Guardsman Red

📋 copy color: '#A8262F'

red 168 ◦ green 38 ◦ blue 47

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

Shades of Guardsman Red #A8262F

Tints of Guardsman Red #A8262F

RGB

 RED value IS 168 (66.02% from 255) = 66.4%

 GREEN value IS 38 (15.23% from 255) = 15.02%

 BLUE value IS 47 (18.75% from 255) = 18.58%

R = 66.4%
G = 15.02%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.34

RGB Variations

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

Color information

#A8262F (or 0xA8262F) is known color: Guardsman Red. HEX triplet: A8, 26 and 2F. RGB value is (168,38,47). Sum of RGB (Red+Green+Blue) = 168+38+47=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A8262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8262F is #57D9D0. Grayscale: #4D4D4D. Windows color (decimal): -5757393 or 3090088. OLE color: 3090088.

HSL color Cylindrical-coordinate representation of color #A8262F: hue angle of 355.85º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8262F is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 38 47 -
CMYK 0 0.77 0.72 0.34
HSL 355.85º 0.63% 0.4% -
HSV(B) 355.85º 0.77% 0.66% -
XYZ 17.35 9.92 3.69 -
YUV 77.9 110.57 192.27 -
System Red Green Blue C M Y K H S L
Decimal 168 38 47 0 0.77 0.72 0.34 355.85 0.63 0.4
Hex A8 26 2F 0 4D 48 22 164 3F 28
Octal 250 46 57 0 115 110 42 544 77 50
Binary 10101000 100110 101111 0 1001101 1001000 100010 101100100 111111 101000

Color Harmonies of #A8262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8262F

Black with #A8262F

Text Example


Text Example

White with #A8262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8262F; }

 p { color: rgb(168,38,47); }

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

background-color css

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

 a { background-color: rgb(168,38,47); }

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

border-color css

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

 span { border-color: rgb(168,38,47); }

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