Html Css Color HEX #A4363E Guardsman Red

📋 copy color: '#A4363E'

red 164 ◦ green 54 ◦ blue 62

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

Shades of Guardsman Red #A4363E

Tints of Guardsman Red #A4363E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.29%

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

R = 58.57%
G = 19.29%
B = 22.14%

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

#A4363E (or 0xA4363E) is known color: Guardsman Red. HEX triplet: A4, 36 and 3E. RGB value is (164,54,62). Sum of RGB (Red+Green+Blue) = 164+54+62=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A4363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4363E is #5BC9C1. Grayscale: #575757. Windows color (decimal): -6015426 or 4077220. OLE color: 4077220.

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

Color convert

RGB 164 54 62 -
CMYK 0 0.67 0.62 0.36
HSL 355.64º 0.5% 0.43% -
HSV(B) 355.64º 0.67% 0.64% -
XYZ 17.5 10.88 5.73 -
YUV 87.8 113.44 182.35 -
System Red Green Blue C M Y K H S L
Decimal 164 54 62 0 0.67 0.62 0.36 355.64 0.5 0.43
Hex A4 36 3E 0 43 3E 24 164 32 2B
Octal 244 66 76 0 103 76 44 544 62 53
Binary 10100100 110110 111110 0 1000011 111110 100100 101100100 110010 101011

Color Harmonies of #A4363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4363E

Black with #A4363E

Text Example


Text Example

White with #A4363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4363E; }

 p { color: rgb(164,54,62); }

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

background-color css

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

 a { background-color: rgb(164,54,62); }

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

border-color css

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

 span { border-color: rgb(164,54,62); }

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