Html Css Color HEX #A4262F Guardsman Red

📋 copy color: '#A4262F'

red 164 ◦ green 38 ◦ blue 47

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

Shades of Guardsman Red #A4262F

Tints of Guardsman Red #A4262F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.88%

R = 65.86%
G = 15.26%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A4262F (or 0xA4262F) is known color: Guardsman Red. HEX triplet: A4, 26 and 2F. RGB value is (164,38,47). Sum of RGB (Red+Green+Blue) = 164+38+47=249 (32% of max value = 765). Red value is 164 (64.45% from 255 or 65.86% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 164 - color contains mainly: red. Hex color #A4262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4262F is #5BD9D0. Grayscale: #4C4C4C. Windows color (decimal): -6019537 or 3090084. OLE color: 3090084.

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

Color convert

RGB 164 38 47 -
CMYK 0 0.77 0.71 0.36
HSL 355.71º 0.62% 0.4% -
HSV(B) 355.71º 0.77% 0.64% -
XYZ 16.52 9.48 3.65 -
YUV 76.7 111.24 190.27 -
System Red Green Blue C M Y K H S L
Decimal 164 38 47 0 0.77 0.71 0.36 355.71 0.62 0.4
Hex A4 26 2F 0 4D 47 24 164 3E 28
Octal 244 46 57 0 115 107 44 544 76 50
Binary 10100100 100110 101111 0 1001101 1000111 100100 101100100 111110 101000

Color Harmonies of #A4262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4262F

Black with #A4262F

Text Example


Text Example

White with #A4262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4262F; }

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

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

background-color css

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

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

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

border-color css

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

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

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