Html Css Color HEX #A4282C Guardsman Red

📋 copy color: '#A4282C'

red 164 ◦ green 40 ◦ blue 44

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

Shades of Guardsman Red #A4282C

Tints of Guardsman Red #A4282C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.74%

R = 66.13%
G = 16.13%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4282C (or 0xA4282C) is known color: Guardsman Red. HEX triplet: A4, 28 and 2C. RGB value is (164,40,44). Sum of RGB (Red+Green+Blue) = 164+40+44=248 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.13% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 164 - color contains mainly: red. Hex color #A4282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4282C is #5BD7D3. Grayscale: #4D4D4D. Windows color (decimal): -6019028 or 2893988. OLE color: 2893988.

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

Color convert

RGB 164 40 44 -
CMYK 0 0.76 0.73 0.36
HSL 358.06º 0.61% 0.4% -
HSV(B) 358.06º 0.76% 0.64% -
XYZ 16.52 9.59 3.36 -
YUV 77.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 164 40 44 0 0.76 0.73 0.36 358.06 0.61 0.4
Hex A4 28 2C 0 4C 49 24 166 3D 28
Octal 244 50 54 0 114 111 44 546 75 50
Binary 10100100 101000 101100 0 1001100 1001001 100100 101100110 111101 101000

Color Harmonies of #A4282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4282C

Black with #A4282C

Text Example


Text Example

White with #A4282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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