Html Css Color HEX #A6232C Guardsman Red

📋 copy color: '#A6232C'

red 166 ◦ green 35 ◦ blue 44

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

Shades of Guardsman Red #A6232C

Tints of Guardsman Red #A6232C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.29%

 BLUE value IS 44 (17.58% from 255) = 17.96%

R = 67.76%
G = 14.29%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6232C (or 0xA6232C) is known color: Guardsman Red. HEX triplet: A6, 23 and 2C. RGB value is (166,35,44). Sum of RGB (Red+Green+Blue) = 166+35+44=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A6232C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6232C is #59DCD3. Grayscale: #4B4B4B. Windows color (decimal): -5889236 or 2892710. OLE color: 2892710.

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

Color convert

RGB 166 35 44 -
CMYK 0 0.79 0.73 0.35
HSL 355.88º 0.65% 0.39% -
HSV(B) 355.88º 0.79% 0.65% -
XYZ 16.78 9.49 3.33 -
YUV 75.2 110.4 192.77 -
System Red Green Blue C M Y K H S L
Decimal 166 35 44 0 0.79 0.73 0.35 355.88 0.65 0.39
Hex A6 23 2C 0 4F 49 23 164 41 27
Octal 246 43 54 0 117 111 43 544 101 47
Binary 10100110 100011 101100 0 1001111 1001001 100011 101100100 1000001 100111

Color Harmonies of #A6232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6232C

Black with #A6232C

Text Example


Text Example

White with #A6232C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6232C; }

 p { color: rgb(166,35,44); }

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

background-color css

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

 a { background-color: rgb(166,35,44); }

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

border-color css

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

 span { border-color: rgb(166,35,44); }

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