Html Css Color HEX #A4313B Guardsman Red

📋 copy color: '#A4313B'

red 164 ◦ green 49 ◦ blue 59

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

Shades of Guardsman Red #A4313B

Tints of Guardsman Red #A4313B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.01%

 BLUE value IS 59 (23.44% from 255) = 21.69%

R = 60.29%
G = 18.01%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A4313B (or 0xA4313B) is known color: Guardsman Red. HEX triplet: A4, 31 and 3B. RGB value is (164,49,59). Sum of RGB (Red+Green+Blue) = 164+49+59=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A4313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4313B is #5BCEC4. Grayscale: #545454. Windows color (decimal): -6016709 or 3879332. OLE color: 3879332.

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

Color convert

RGB 164 49 59 -
CMYK 0 0.70 0.64 0.36
HSL 354.78º 0.54% 0.42% -
HSV(B) 354.78º 0.7% 0.64% -
XYZ 17.2 10.4 5.24 -
YUV 84.53 113.6 184.69 -
System Red Green Blue C M Y K H S L
Decimal 164 49 59 0 0.70 0.64 0.36 354.78 0.54 0.42
Hex A4 31 3B 0 46 40 24 163 36 2A
Octal 244 61 73 0 106 100 44 543 66 52
Binary 10100100 110001 111011 0 1000110 1000000 100100 101100011 110110 101010

Color Harmonies of #A4313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4313B

Black with #A4313B

Text Example


Text Example

White with #A4313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4313B; }

 p { color: rgb(164,49,59); }

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

background-color css

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

 a { background-color: rgb(164,49,59); }

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

border-color css

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

 span { border-color: rgb(164,49,59); }

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