Html Css Color HEX #A6232B Guardsman Red

📋 copy color: '#A6232B'

red 166 ◦ green 35 ◦ blue 43

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

Shades of Guardsman Red #A6232B

Tints of Guardsman Red #A6232B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.62%

R = 68.03%
G = 14.34%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6232B (or 0xA6232B) is known color: Guardsman Red. HEX triplet: A6, 23 and 2B. RGB value is (166,35,43). Sum of RGB (Red+Green+Blue) = 166+35+43=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A6232B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6232B is #59DCD4. Grayscale: #4B4B4B. Windows color (decimal): -5889237 or 2827174. OLE color: 2827174.

HSL color Cylindrical-coordinate representation of color #A6232B: hue angle of 356.34º 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 #A6232B is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 35 43 -
CMYK 0 0.79 0.74 0.35
HSL 356.34º 0.65% 0.39% -
HSV(B) 356.34º 0.79% 0.65% -
XYZ 16.76 9.48 3.23 -
YUV 75.08 109.9 192.85 -
System Red Green Blue C M Y K H S L
Decimal 166 35 43 0 0.79 0.74 0.35 356.34 0.65 0.39
Hex A6 23 2B 0 4F 4A 23 164 41 27
Octal 246 43 53 0 117 112 43 544 101 47
Binary 10100110 100011 101011 0 1001111 1001010 100011 101100100 1000001 100111

Color Harmonies of #A6232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6232B

Black with #A6232B

Text Example


Text Example

White with #A6232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6232B; }

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

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

background-color css

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

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

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

border-color css

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

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

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