Html Css Color HEX #A2282B Guardsman Red

📋 copy color: '#A2282B'

red 162 ◦ green 40 ◦ blue 43

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

Shades of Guardsman Red #A2282B

Tints of Guardsman Red #A2282B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.33%

 BLUE value IS 43 (17.19% from 255) = 17.55%

R = 66.12%
G = 16.33%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A2282B (or 0xA2282B) is known color: Guardsman Red. HEX triplet: A2, 28 and 2B. RGB value is (162,40,43). Sum of RGB (Red+Green+Blue) = 162+40+43=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A2282B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2282B is #5DD7D4. Grayscale: #4C4C4C. Windows color (decimal): -6150101 or 2828450. OLE color: 2828450.

HSL color Cylindrical-coordinate representation of color #A2282B: hue angle of 358.52º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2282B is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 40 43 -
CMYK 0 0.75 0.73 0.36
HSL 358.52º 0.6% 0.4% -
HSV(B) 358.52º 0.75% 0.64% -
XYZ 16.1 9.37 3.25 -
YUV 76.82 108.92 188.76 -
System Red Green Blue C M Y K H S L
Decimal 162 40 43 0 0.75 0.73 0.36 358.52 0.6 0.4
Hex A2 28 2B 0 4B 49 24 167 3C 28
Octal 242 50 53 0 113 111 44 547 74 50
Binary 10100010 101000 101011 0 1001011 1001001 100100 101100111 111100 101000

Color Harmonies of #A2282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2282B

Black with #A2282B

Text Example


Text Example

White with #A2282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2282B; }

 p { color: rgb(162,40,43); }

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

background-color css

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

 a { background-color: rgb(162,40,43); }

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

border-color css

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

 span { border-color: rgb(162,40,43); }

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