Html Css Color HEX #A4283C Guardsman Red

📋 copy color: '#A4283C'

red 164 ◦ green 40 ◦ blue 60

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

Shades of Guardsman Red #A4283C

Tints of Guardsman Red #A4283C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.15%

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

R = 62.12%
G = 15.15%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4283C (or 0xA4283C) is known color: Guardsman Red. HEX triplet: A4, 28 and 3C. RGB value is (164,40,60). Sum of RGB (Red+Green+Blue) = 164+40+60=264 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.12% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 164 - color contains mainly: red. Hex color #A4283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4283C is #5BD7C3. Grayscale: #4F4F4F. Windows color (decimal): -6019012 or 3942564. OLE color: 3942564.

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

Color convert

RGB 164 40 60 -
CMYK 0 0.76 0.63 0.36
HSL 350.32º 0.61% 0.4% -
HSV(B) 350.32º 0.76% 0.64% -
XYZ 16.88 9.74 5.26 -
YUV 79.36 117.08 188.37 -
System Red Green Blue C M Y K H S L
Decimal 164 40 60 0 0.76 0.63 0.36 350.32 0.61 0.4
Hex A4 28 3C 0 4C 3F 24 15E 3D 28
Octal 244 50 74 0 114 77 44 536 75 50
Binary 10100100 101000 111100 0 1001100 111111 100100 101011110 111101 101000

Color Harmonies of #A4283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4283C

Black with #A4283C

Text Example


Text Example

White with #A4283C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4283C; }

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

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

background-color css

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

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

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

border-color css

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

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

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