Html Css Color HEX #A4363C Guardsman Red

📋 copy color: '#A4363C'

red 164 ◦ green 54 ◦ blue 60

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

Shades of Guardsman Red #A4363C

Tints of Guardsman Red #A4363C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.58%

R = 58.99%
G = 19.42%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4363C (or 0xA4363C) is known color: Guardsman Red. HEX triplet: A4, 36 and 3C. RGB value is (164,54,60). Sum of RGB (Red+Green+Blue) = 164+54+60=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A4363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4363C is #5BC9C3. Grayscale: #575757. Windows color (decimal): -6015428 or 3946148. OLE color: 3946148.

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

Color convert

RGB 164 54 60 -
CMYK 0 0.67 0.63 0.36
HSL 356.73º 0.5% 0.43% -
HSV(B) 356.73º 0.67% 0.64% -
XYZ 17.44 10.86 5.45 -
YUV 87.57 112.44 182.51 -
System Red Green Blue C M Y K H S L
Decimal 164 54 60 0 0.67 0.63 0.36 356.73 0.5 0.43
Hex A4 36 3C 0 43 3F 24 165 32 2B
Octal 244 66 74 0 103 77 44 545 62 53
Binary 10100100 110110 111100 0 1000011 111111 100100 101100101 110010 101011

Color Harmonies of #A4363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4363C

Black with #A4363C

Text Example


Text Example

White with #A4363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4363C; }

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

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

background-color css

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

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

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

border-color css

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

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

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