Html Css Color HEX #A3353E Guardsman Red

📋 copy color: '#A3353E'

red 163 ◦ green 53 ◦ blue 62

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

Shades of Guardsman Red #A3353E

Tints of Guardsman Red #A3353E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.06%

 BLUE value IS 62 (24.61% from 255) = 22.3%

R = 58.63%
G = 19.06%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A3353E (or 0xA3353E) is known color: Guardsman Red. HEX triplet: A3, 35 and 3E. RGB value is (163,53,62). Sum of RGB (Red+Green+Blue) = 163+53+62=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A3353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3353E is #5CCAC1. Grayscale: #565656. Windows color (decimal): -6081218 or 4076963. OLE color: 4076963.

HSL color Cylindrical-coordinate representation of color #A3353E: hue angle of 355.09º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A3353E is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 53 62 -
CMYK 0 0.67 0.62 0.36
HSL 355.09º 0.51% 0.42% -
HSV(B) 355.09º 0.67% 0.64% -
XYZ 17.25 10.68 5.71 -
YUV 86.92 113.94 182.27 -
System Red Green Blue C M Y K H S L
Decimal 163 53 62 0 0.67 0.62 0.36 355.09 0.51 0.42
Hex A3 35 3E 0 43 3E 24 163 33 2A
Octal 243 65 76 0 103 76 44 543 63 52
Binary 10100011 110101 111110 0 1000011 111110 100100 101100011 110011 101010

Color Harmonies of #A3353E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3353E

Black with #A3353E

Text Example


Text Example

White with #A3353E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3353E; }

 p { color: rgb(163,53,62); }

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

background-color css

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

 a { background-color: rgb(163,53,62); }

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

border-color css

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

 span { border-color: rgb(163,53,62); }

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