Html Css Color HEX #A2262D Guardsman Red

📋 copy color: '#A2262D'

red 162 ◦ green 38 ◦ blue 45

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

Shades of Guardsman Red #A2262D

Tints of Guardsman Red #A2262D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.37%

R = 66.12%
G = 15.51%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A2262D (or 0xA2262D) is known color: Guardsman Red. HEX triplet: A2, 26 and 2D. RGB value is (162,38,45). Sum of RGB (Red+Green+Blue) = 162+38+45=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A2262D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2262D is #5DD9D2. Grayscale: #4B4B4B. Windows color (decimal): -6150611 or 2959010. OLE color: 2959010.

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

Color convert

RGB 162 38 45 -
CMYK 0 0.77 0.72 0.36
HSL 356.61º 0.62% 0.39% -
HSV(B) 356.61º 0.77% 0.64% -
XYZ 16.07 9.26 3.42 -
YUV 75.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 162 38 45 0 0.77 0.72 0.36 356.61 0.62 0.39
Hex A2 26 2D 0 4D 48 24 165 3E 27
Octal 242 46 55 0 115 110 44 545 76 47
Binary 10100010 100110 101101 0 1001101 1001000 100100 101100101 111110 100111

Color Harmonies of #A2262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2262D

Black with #A2262D

Text Example


Text Example

White with #A2262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2262D; }

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

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

background-color css

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

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

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

border-color css

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

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

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