Html Css Color HEX #A2283A Guardsman Red

📋 copy color: '#A2283A'

red 162 ◦ green 40 ◦ blue 58

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

Shades of Guardsman Red #A2283A

Tints of Guardsman Red #A2283A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.31%

R = 62.31%
G = 15.38%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2283A (or 0xA2283A) is known color: Guardsman Red. HEX triplet: A2, 28 and 3A. RGB value is (162,40,58). Sum of RGB (Red+Green+Blue) = 162+40+58=260 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.31% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 162 - color contains mainly: red. Hex color #A2283A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2283A is #5DD7C5. Grayscale: #4E4E4E. Windows color (decimal): -6150086 or 3811490. OLE color: 3811490.

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

Color convert

RGB 162 40 58 -
CMYK 0 0.75 0.64 0.36
HSL 351.15º 0.6% 0.4% -
HSV(B) 351.15º 0.75% 0.64% -
XYZ 16.42 9.5 4.97 -
YUV 78.53 116.42 187.54 -
System Red Green Blue C M Y K H S L
Decimal 162 40 58 0 0.75 0.64 0.36 351.15 0.6 0.4
Hex A2 28 3A 0 4B 40 24 15F 3C 28
Octal 242 50 72 0 113 100 44 537 74 50
Binary 10100010 101000 111010 0 1001011 1000000 100100 101011111 111100 101000

Color Harmonies of #A2283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2283A

Black with #A2283A

Text Example


Text Example

White with #A2283A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2283A; }

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

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

background-color css

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

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

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

border-color css

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

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

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