Html Css Color HEX #A2303A Guardsman Red

📋 copy color: '#A2303A'

red 162 ◦ green 48 ◦ blue 58

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

Shades of Guardsman Red #A2303A

Tints of Guardsman Red #A2303A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.91%

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

R = 60.45%
G = 17.91%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2303A (or 0xA2303A) is known color: Guardsman Red. HEX triplet: A2, 30 and 3A. RGB value is (162,48,58). Sum of RGB (Red+Green+Blue) = 162+48+58=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A2303A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2303A is #5DCFC5. Grayscale: #535353. Windows color (decimal): -6148038 or 3813538. OLE color: 3813538.

HSL color Cylindrical-coordinate representation of color #A2303A: hue angle of 354.74º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2303A is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 48 58 -
CMYK 0 0.70 0.64 0.36
HSL 354.74º 0.54% 0.41% -
HSV(B) 354.74º 0.7% 0.64% -
XYZ 16.72 10.1 5.07 -
YUV 83.23 113.77 184.19 -
System Red Green Blue C M Y K H S L
Decimal 162 48 58 0 0.70 0.64 0.36 354.74 0.54 0.41
Hex A2 30 3A 0 46 40 24 163 36 29
Octal 242 60 72 0 106 100 44 543 66 51
Binary 10100010 110000 111010 0 1000110 1000000 100100 101100011 110110 101001

Color Harmonies of #A2303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2303A

Black with #A2303A

Text Example


Text Example

White with #A2303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2303A; }

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

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

background-color css

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

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

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

border-color css

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

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

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