Html Css Color HEX #A4282D Guardsman Red

📋 copy color: '#A4282D'

red 164 ◦ green 40 ◦ blue 45

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

Shades of Guardsman Red #A4282D

Tints of Guardsman Red #A4282D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.07%

R = 65.86%
G = 16.06%
B = 18.07%

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

#A4282D (or 0xA4282D) is known color: Guardsman Red. HEX triplet: A4, 28 and 2D. RGB value is (164,40,45). Sum of RGB (Red+Green+Blue) = 164+40+45=249 (32% of max value = 765). Red value is 164 (64.45% from 255 or 65.86% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 164 - color contains mainly: red. Hex color #A4282D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4282D is #5BD7D2. Grayscale: #4D4D4D. Windows color (decimal): -6019027 or 2959524. OLE color: 2959524.

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

Color convert

RGB 164 40 45 -
CMYK 0 0.76 0.73 0.36
HSL 357.58º 0.61% 0.4% -
HSV(B) 357.58º 0.76% 0.64% -
XYZ 16.54 9.6 3.46 -
YUV 77.65 109.58 189.59 -
System Red Green Blue C M Y K H S L
Decimal 164 40 45 0 0.76 0.73 0.36 357.58 0.61 0.4
Hex A4 28 2D 0 4C 49 24 166 3D 28
Octal 244 50 55 0 114 111 44 546 75 50
Binary 10100100 101000 101101 0 1001100 1001001 100100 101100110 111101 101000

Color Harmonies of #A4282D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4282D

Black with #A4282D

Text Example


Text Example

White with #A4282D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4282D; }

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

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

background-color css

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

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

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

border-color css

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

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

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