Html Css Color HEX #A4353F Guardsman Red

📋 copy color: '#A4353F'

red 164 ◦ green 53 ◦ blue 63

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

Shades of Guardsman Red #A4353F

Tints of Guardsman Red #A4353F

RGB

 RED value IS 164 (64.45% from 255) = 58.57%

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

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

R = 58.57%
G = 18.93%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4353F (or 0xA4353F) is known color: Guardsman Red. HEX triplet: A4, 35 and 3F. RGB value is (164,53,63). Sum of RGB (Red+Green+Blue) = 164+53+63=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A4353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4353F is #5BCAC0. Grayscale: #575757. Windows color (decimal): -6015681 or 4142500. OLE color: 4142500.

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

Color convert

RGB 164 53 63 -
CMYK 0 0.68 0.62 0.36
HSL 354.59º 0.51% 0.43% -
HSV(B) 354.59º 0.68% 0.64% -
XYZ 17.48 10.8 5.87 -
YUV 87.33 114.27 182.69 -
System Red Green Blue C M Y K H S L
Decimal 164 53 63 0 0.68 0.62 0.36 354.59 0.51 0.43
Hex A4 35 3F 0 44 3E 24 163 33 2B
Octal 244 65 77 0 104 76 44 543 63 53
Binary 10100100 110101 111111 0 1000100 111110 100100 101100011 110011 101011

Color Harmonies of #A4353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4353F

Black with #A4353F

Text Example


Text Example

White with #A4353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4353F; }

 p { color: rgb(164,53,63); }

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

background-color css

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

 a { background-color: rgb(164,53,63); }

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

border-color css

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

 span { border-color: rgb(164,53,63); }

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