Html Css Color HEX #A4262E Guardsman Red

📋 copy color: '#A4262E'

red 164 ◦ green 38 ◦ blue 46

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

Shades of Guardsman Red #A4262E

Tints of Guardsman Red #A4262E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.32%

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

R = 66.13%
G = 15.32%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#A4262E (or 0xA4262E) is known color: Guardsman Red. HEX triplet: A4, 26 and 2E. RGB value is (164,38,46). Sum of RGB (Red+Green+Blue) = 164+38+46=248 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.13% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 164 - color contains mainly: red. Hex color #A4262E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4262E is #5BD9D1. Grayscale: #4C4C4C. Windows color (decimal): -6019538 or 3024548. OLE color: 3024548.

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

Color convert

RGB 164 38 46 -
CMYK 0 0.77 0.72 0.36
HSL 356.19º 0.62% 0.4% -
HSV(B) 356.19º 0.77% 0.64% -
XYZ 16.5 9.48 3.54 -
YUV 76.59 110.74 190.35 -
System Red Green Blue C M Y K H S L
Decimal 164 38 46 0 0.77 0.72 0.36 356.19 0.62 0.4
Hex A4 26 2E 0 4D 48 24 164 3E 28
Octal 244 46 56 0 115 110 44 544 76 50
Binary 10100100 100110 101110 0 1001101 1001000 100100 101100100 111110 101000

Color Harmonies of #A4262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4262E

Black with #A4262E

Text Example


Text Example

White with #A4262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4262E; }

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

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

background-color css

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

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

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

border-color css

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

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

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