Html Css Color HEX #A4282E Guardsman Red

📋 copy color: '#A4282E'

red 164 ◦ green 40 ◦ blue 46

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

Shades of Guardsman Red #A4282E

Tints of Guardsman Red #A4282E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.4%

R = 65.6%
G = 16%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A4282E (or 0xA4282E) is known color: Guardsman Red. HEX triplet: A4, 28 and 2E. RGB value is (164,40,46). Sum of RGB (Red+Green+Blue) = 164+40+46=250 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.6% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 164 - color contains mainly: red. Hex color #A4282E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4282E is #5BD7D1. Grayscale: #4D4D4D. Windows color (decimal): -6019026 or 3025060. OLE color: 3025060.

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

Color convert

RGB 164 40 46 -
CMYK 0 0.76 0.72 0.36
HSL 357.1º 0.61% 0.4% -
HSV(B) 357.1º 0.76% 0.64% -
XYZ 16.56 9.61 3.57 -
YUV 77.76 110.08 189.51 -
System Red Green Blue C M Y K H S L
Decimal 164 40 46 0 0.76 0.72 0.36 357.1 0.61 0.4
Hex A4 28 2E 0 4C 48 24 165 3D 28
Octal 244 50 56 0 114 110 44 545 75 50
Binary 10100100 101000 101110 0 1001100 1001000 100100 101100101 111101 101000

Color Harmonies of #A4282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4282E

Black with #A4282E

Text Example


Text Example

White with #A4282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4282E; }

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

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

background-color css

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

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

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

border-color css

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

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

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