Html Css Color HEX #A2303F Guardsman Red

📋 copy color: '#A2303F'

red 162 ◦ green 48 ◦ blue 63

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

Shades of Guardsman Red #A2303F

Tints of Guardsman Red #A2303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.08%

R = 59.34%
G = 17.58%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A2303F (or 0xA2303F) is known color: Guardsman Red. HEX triplet: A2, 30 and 3F. RGB value is (162,48,63). Sum of RGB (Red+Green+Blue) = 162+48+63=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2303F is #5DCFC0. Grayscale: #535353. Windows color (decimal): -6148033 or 4141218. OLE color: 4141218.

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

Color convert

RGB 162 48 63 -
CMYK 0 0.70 0.61 0.36
HSL 352.11º 0.54% 0.41% -
HSV(B) 352.11º 0.7% 0.64% -
XYZ 16.85 10.15 5.77 -
YUV 83.8 116.27 183.78 -
System Red Green Blue C M Y K H S L
Decimal 162 48 63 0 0.70 0.61 0.36 352.11 0.54 0.41
Hex A2 30 3F 0 46 3D 24 160 36 29
Octal 242 60 77 0 106 75 44 540 66 51
Binary 10100010 110000 111111 0 1000110 111101 100100 101100000 110110 101001

Color Harmonies of #A2303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2303F

Black with #A2303F

Text Example


Text Example

White with #A2303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2303F; }

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

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

background-color css

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

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

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

border-color css

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

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

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