Html Css Color HEX #A3282C Guardsman Red

📋 copy color: '#A3282C'

red 163 ◦ green 40 ◦ blue 44

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

Shades of Guardsman Red #A3282C

Tints of Guardsman Red #A3282C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.19%

 BLUE value IS 44 (17.58% from 255) = 17.81%

R = 65.99%
G = 16.19%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A3282C (or 0xA3282C) is known color: Guardsman Red. HEX triplet: A3, 28 and 2C. RGB value is (163,40,44). Sum of RGB (Red+Green+Blue) = 163+40+44=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A3282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3282C is #5CD7D3. Grayscale: #4D4D4D. Windows color (decimal): -6084564 or 2893987. OLE color: 2893987.

HSL color Cylindrical-coordinate representation of color #A3282C: hue angle of 358.05º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A3282C is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 40 44 -
CMYK 0 0.75 0.73 0.36
HSL 358.05º 0.61% 0.4% -
HSV(B) 358.05º 0.75% 0.64% -
XYZ 16.32 9.49 3.35 -
YUV 77.23 109.25 189.17 -
System Red Green Blue C M Y K H S L
Decimal 163 40 44 0 0.75 0.73 0.36 358.05 0.61 0.4
Hex A3 28 2C 0 4B 49 24 166 3D 28
Octal 243 50 54 0 113 111 44 546 75 50
Binary 10100011 101000 101100 0 1001011 1001001 100100 101100110 111101 101000

Color Harmonies of #A3282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3282C

Black with #A3282C

Text Example


Text Example

White with #A3282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3282C; }

 p { color: rgb(163,40,44); }

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

background-color css

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

 a { background-color: rgb(163,40,44); }

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

border-color css

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

 span { border-color: rgb(163,40,44); }

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