Html Css Color HEX #A2383A Guardsman Red

📋 copy color: '#A2383A'

red 162 ◦ green 56 ◦ blue 58

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

Shades of Guardsman Red #A2383A

Tints of Guardsman Red #A2383A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.29%

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

R = 58.7%
G = 20.29%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2383A (or 0xA2383A) is known color: Guardsman Red. HEX triplet: A2, 38 and 3A. RGB value is (162,56,58). Sum of RGB (Red+Green+Blue) = 162+56+58=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A2383A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2383A is #5DC7C5. Grayscale: #585858. Windows color (decimal): -6145990 or 3815586. OLE color: 3815586.

HSL color Cylindrical-coordinate representation of color #A2383A: hue angle of 358.87º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2383A is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 56 58 -
CMYK 0 0.65 0.64 0.36
HSL 358.87º 0.49% 0.43% -
HSV(B) 358.87º 0.65% 0.64% -
XYZ 17.08 10.82 5.19 -
YUV 87.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 162 56 58 0 0.65 0.64 0.36 358.87 0.49 0.43
Hex A2 38 3A 0 41 40 24 167 31 2B
Octal 242 70 72 0 101 100 44 547 61 53
Binary 10100010 111000 111010 0 1000001 1000000 100100 101100111 110001 101011

Color Harmonies of #A2383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2383A

Black with #A2383A

Text Example


Text Example

White with #A2383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2383A; }

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

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

background-color css

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

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

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

border-color css

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

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

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