Html Css Color HEX #A2262A Guardsman Red

📋 copy color: '#A2262A'

red 162 ◦ green 38 ◦ blue 42

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

Shades of Guardsman Red #A2262A

Tints of Guardsman Red #A2262A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.36%

R = 66.94%
G = 15.7%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A2262A (or 0xA2262A) is known color: Guardsman Red. HEX triplet: A2, 26 and 2A. RGB value is (162,38,42). Sum of RGB (Red+Green+Blue) = 162+38+42=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 42 (16.80% from 255 or 17.36% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A2262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2262A is #5DD9D5. Grayscale: #4B4B4B. Windows color (decimal): -6150614 or 2762402. OLE color: 2762402.

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

Color convert

RGB 162 38 42 -
CMYK 0 0.77 0.74 0.36
HSL 358.06º 0.62% 0.39% -
HSV(B) 358.06º 0.77% 0.64% -
XYZ 16.01 9.23 3.13 -
YUV 75.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 162 38 42 0 0.77 0.74 0.36 358.06 0.62 0.39
Hex A2 26 2A 0 4D 4A 24 166 3E 27
Octal 242 46 52 0 115 112 44 546 76 47
Binary 10100010 100110 101010 0 1001101 1001010 100100 101100110 111110 100111

Color Harmonies of #A2262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2262A

Black with #A2262A

Text Example


Text Example

White with #A2262A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2262A; }

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

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

background-color css

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

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

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

border-color css

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

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

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