Html Css Color HEX #A8262E Guardsman Red

📋 copy color: '#A8262E'

red 168 ◦ green 38 ◦ blue 46

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

Shades of Guardsman Red #A8262E

Tints of Guardsman Red #A8262E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.25%

R = 66.67%
G = 15.08%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A8262E (or 0xA8262E) is known color: Guardsman Red. HEX triplet: A8, 26 and 2E. RGB value is (168,38,46). Sum of RGB (Red+Green+Blue) = 168+38+46=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A8262E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8262E is #57D9D1. Grayscale: #4D4D4D. Windows color (decimal): -5757394 or 3024552. OLE color: 3024552.

HSL color Cylindrical-coordinate representation of color #A8262E: hue angle of 356.31º 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 #A8262E is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 38 46 -
CMYK 0 0.77 0.73 0.34
HSL 356.31º 0.63% 0.4% -
HSV(B) 356.31º 0.77% 0.66% -
XYZ 17.33 9.91 3.58 -
YUV 77.78 110.07 192.35 -
System Red Green Blue C M Y K H S L
Decimal 168 38 46 0 0.77 0.73 0.34 356.31 0.63 0.4
Hex A8 26 2E 0 4D 49 22 164 3F 28
Octal 250 46 56 0 115 111 42 544 77 50
Binary 10101000 100110 101110 0 1001101 1001001 100010 101100100 111111 101000

Color Harmonies of #A8262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8262E

Black with #A8262E

Text Example


Text Example

White with #A8262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8262E; }

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

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

background-color css

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

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

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

border-color css

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

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

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