Html Css Color HEX #A4303C Guardsman Red

📋 copy color: '#A4303C'

red 164 ◦ green 48 ◦ blue 60

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

Shades of Guardsman Red #A4303C

Tints of Guardsman Red #A4303C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.65%

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

R = 60.29%
G = 17.65%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4303C (or 0xA4303C) is known color: Guardsman Red. HEX triplet: A4, 30 and 3C. RGB value is (164,48,60). Sum of RGB (Red+Green+Blue) = 164+48+60=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A4303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4303C is #5BCFC3. Grayscale: #545454. Windows color (decimal): -6016964 or 3944612. OLE color: 3944612.

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

Color convert

RGB 164 48 60 -
CMYK 0 0.71 0.63 0.36
HSL 353.79º 0.55% 0.42% -
HSV(B) 353.79º 0.71% 0.64% -
XYZ 17.18 10.33 5.36 -
YUV 84.05 114.43 185.02 -
System Red Green Blue C M Y K H S L
Decimal 164 48 60 0 0.71 0.63 0.36 353.79 0.55 0.42
Hex A4 30 3C 0 47 3F 24 162 37 2A
Octal 244 60 74 0 107 77 44 542 67 52
Binary 10100100 110000 111100 0 1000111 111111 100100 101100010 110111 101010

Color Harmonies of #A4303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4303C

Black with #A4303C

Text Example


Text Example

White with #A4303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4303C; }

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

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

background-color css

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

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

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

border-color css

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

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

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