Html Css Color HEX #A2282C Guardsman Red

📋 copy color: '#A2282C'

red 162 ◦ green 40 ◦ blue 44

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

Shades of Guardsman Red #A2282C

Tints of Guardsman Red #A2282C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.89%

R = 65.85%
G = 16.26%
B = 17.89%

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

#A2282C (or 0xA2282C) is known color: Guardsman Red. HEX triplet: A2, 28 and 2C. RGB value is (162,40,44). Sum of RGB (Red+Green+Blue) = 162+40+44=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A2282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2282C is #5DD7D3. Grayscale: #4D4D4D. Windows color (decimal): -6150100 or 2893986. OLE color: 2893986.

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

Color convert

RGB 162 40 44 -
CMYK 0 0.75 0.73 0.36
HSL 358.03º 0.6% 0.4% -
HSV(B) 358.03º 0.75% 0.64% -
XYZ 16.11 9.38 3.34 -
YUV 76.93 109.42 188.67 -
System Red Green Blue C M Y K H S L
Decimal 162 40 44 0 0.75 0.73 0.36 358.03 0.6 0.4
Hex A2 28 2C 0 4B 49 24 166 3C 28
Octal 242 50 54 0 113 111 44 546 74 50
Binary 10100010 101000 101100 0 1001011 1001001 100100 101100110 111100 101000

Color Harmonies of #A2282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2282C

Black with #A2282C

Text Example


Text Example

White with #A2282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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