Html Css Color HEX #A6242D Guardsman Red

📋 copy color: '#A6242D'

red 166 ◦ green 36 ◦ blue 45

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

Shades of Guardsman Red #A6242D

Tints of Guardsman Red #A6242D

RGB

 RED value IS 166 (65.23% from 255) = 67.21%

 GREEN value IS 36 (14.45% from 255) = 14.57%

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

R = 67.21%
G = 14.57%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6242D (or 0xA6242D) is known color: Guardsman Red. HEX triplet: A6, 24 and 2D. RGB value is (166,36,45). Sum of RGB (Red+Green+Blue) = 166+36+45=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A6242D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6242D is #59DBD2. Grayscale: #4B4B4B. Windows color (decimal): -5888979 or 2958502. OLE color: 2958502.

HSL color Cylindrical-coordinate representation of color #A6242D: hue angle of 355.85º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6242D is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 36 45 -
CMYK 0 0.78 0.73 0.35
HSL 355.85º 0.64% 0.4% -
HSV(B) 355.85º 0.78% 0.65% -
XYZ 16.83 9.56 3.44 -
YUV 75.9 110.57 192.27 -
System Red Green Blue C M Y K H S L
Decimal 166 36 45 0 0.78 0.73 0.35 355.85 0.64 0.4
Hex A6 24 2D 0 4E 49 23 164 40 28
Octal 246 44 55 0 116 111 43 544 100 50
Binary 10100110 100100 101101 0 1001110 1001001 100011 101100100 1000000 101000

Color Harmonies of #A6242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6242D

Black with #A6242D

Text Example


Text Example

White with #A6242D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6242D; }

 p { color: rgb(166,36,45); }

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

background-color css

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

 a { background-color: rgb(166,36,45); }

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

border-color css

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

 span { border-color: rgb(166,36,45); }

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