Html Css Color HEX #A2262F Guardsman Red

📋 copy color: '#A2262F'

red 162 ◦ green 38 ◦ blue 47

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

Shades of Guardsman Red #A2262F

Tints of Guardsman Red #A2262F

RGB

 RED value IS 162 (63.67% from 255) = 65.59%

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

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

R = 65.59%
G = 15.38%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A2262F (or 0xA2262F) is known color: Guardsman Red. HEX triplet: A2, 26 and 2F. RGB value is (162,38,47). Sum of RGB (Red+Green+Blue) = 162+38+47=247 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.59% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 162 - color contains mainly: red. Hex color #A2262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2262F is #5DD9D0. Grayscale: #4C4C4C. Windows color (decimal): -6150609 or 3090082. OLE color: 3090082.

HSL color Cylindrical-coordinate representation of color #A2262F: hue angle of 355.65º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2262F is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 38 47 -
CMYK 0 0.77 0.71 0.36
HSL 355.65º 0.62% 0.39% -
HSV(B) 355.65º 0.77% 0.64% -
XYZ 16.11 9.27 3.63 -
YUV 76.1 111.58 189.27 -
System Red Green Blue C M Y K H S L
Decimal 162 38 47 0 0.77 0.71 0.36 355.65 0.62 0.39
Hex A2 26 2F 0 4D 47 24 164 3E 27
Octal 242 46 57 0 115 107 44 544 76 47
Binary 10100010 100110 101111 0 1001101 1000111 100100 101100100 111110 100111

Color Harmonies of #A2262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2262F

Black with #A2262F

Text Example


Text Example

White with #A2262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2262F; }

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

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

background-color css

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

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

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

border-color css

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

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

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