Html Css Color HEX #A3283B Guardsman Red

📋 copy color: '#A3283B'

red 163 ◦ green 40 ◦ blue 59

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

Shades of Guardsman Red #A3283B

Tints of Guardsman Red #A3283B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.52%

R = 62.21%
G = 15.27%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A3283B (or 0xA3283B) is known color: Guardsman Red. HEX triplet: A3, 28 and 3B. RGB value is (163,40,59). Sum of RGB (Red+Green+Blue) = 163+40+59=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A3283B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3283B is #5CD7C4. Grayscale: #4E4E4E. Windows color (decimal): -6084549 or 3877027. OLE color: 3877027.

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

Color convert

RGB 163 40 59 -
CMYK 0 0.75 0.64 0.36
HSL 350.73º 0.61% 0.4% -
HSV(B) 350.73º 0.75% 0.64% -
XYZ 16.65 9.62 5.12 -
YUV 78.94 116.75 187.96 -
System Red Green Blue C M Y K H S L
Decimal 163 40 59 0 0.75 0.64 0.36 350.73 0.61 0.4
Hex A3 28 3B 0 4B 40 24 15F 3D 28
Octal 243 50 73 0 113 100 44 537 75 50
Binary 10100011 101000 111011 0 1001011 1000000 100100 101011111 111101 101000

Color Harmonies of #A3283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3283B

Black with #A3283B

Text Example


Text Example

White with #A3283B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3283B; }

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

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

background-color css

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

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

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

border-color css

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

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

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