Html Css Color HEX #A3232E Guardsman Red

📋 copy color: '#A3232E'

red 163 ◦ green 35 ◦ blue 46

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

Shades of Guardsman Red #A3232E

Tints of Guardsman Red #A3232E

RGB

 RED value IS 163 (64.06% from 255) = 66.8%

 GREEN value IS 35 (14.06% from 255) = 14.34%

 BLUE value IS 46 (18.36% from 255) = 18.85%

R = 66.8%
G = 14.34%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A3232E (or 0xA3232E) is known color: Guardsman Red. HEX triplet: A3, 23 and 2E. RGB value is (163,35,46). Sum of RGB (Red+Green+Blue) = 163+35+46=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A3232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3232E is #5CDCD1. Grayscale: #4A4A4A. Windows color (decimal): -6085842 or 3023779. OLE color: 3023779.

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

Color convert

RGB 163 35 46 -
CMYK 0 0.79 0.72 0.36
HSL 354.84º 0.65% 0.39% -
HSV(B) 354.84º 0.79% 0.64% -
XYZ 16.2 9.19 3.5 -
YUV 74.53 111.91 191.11 -
System Red Green Blue C M Y K H S L
Decimal 163 35 46 0 0.79 0.72 0.36 354.84 0.65 0.39
Hex A3 23 2E 0 4F 48 24 163 41 27
Octal 243 43 56 0 117 110 44 543 101 47
Binary 10100011 100011 101110 0 1001111 1001000 100100 101100011 1000001 100111

Color Harmonies of #A3232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3232E

Black with #A3232E

Text Example


Text Example

White with #A3232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3232E; }

 p { color: rgb(163,35,46); }

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

background-color css

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

 a { background-color: rgb(163,35,46); }

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

border-color css

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

 span { border-color: rgb(163,35,46); }

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