Html Css Color HEX #A4373C Guardsman Red

📋 copy color: '#A4373C'

red 164 ◦ green 55 ◦ blue 60

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

Shades of Guardsman Red #A4373C

Tints of Guardsman Red #A4373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.71%

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

R = 58.78%
G = 19.71%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4373C (or 0xA4373C) is known color: Guardsman Red. HEX triplet: A4, 37 and 3C. RGB value is (164,55,60). Sum of RGB (Red+Green+Blue) = 164+55+60=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A4373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4373C is #5BC8C3. Grayscale: #585858. Windows color (decimal): -6015172 or 3946404. OLE color: 3946404.

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

Color convert

RGB 164 55 60 -
CMYK 0 0.66 0.63 0.36
HSL 357.25º 0.5% 0.43% -
HSV(B) 357.25º 0.66% 0.64% -
XYZ 17.49 10.95 5.47 -
YUV 88.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 164 55 60 0 0.66 0.63 0.36 357.25 0.5 0.43
Hex A4 37 3C 0 42 3F 24 165 32 2B
Octal 244 67 74 0 102 77 44 545 62 53
Binary 10100100 110111 111100 0 1000010 111111 100100 101100101 110010 101011

Color Harmonies of #A4373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4373C

Black with #A4373C

Text Example


Text Example

White with #A4373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4373C; }

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

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

background-color css

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

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

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

border-color css

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

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

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