Html Css Color HEX #A6232A Guardsman Red

📋 copy color: '#A6232A'

red 166 ◦ green 35 ◦ blue 42

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

Shades of Guardsman Red #A6232A

Tints of Guardsman Red #A6232A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.28%

R = 68.31%
G = 14.4%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A6232A (or 0xA6232A) is known color: Guardsman Red. HEX triplet: A6, 23 and 2A. RGB value is (166,35,42). Sum of RGB (Red+Green+Blue) = 166+35+42=243 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.31% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 166 - color contains mainly: red. Hex color #A6232A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6232A is #59DCD5. Grayscale: #4B4B4B. Windows color (decimal): -5889238 or 2761638. OLE color: 2761638.

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

Color convert

RGB 166 35 42 -
CMYK 0 0.79 0.75 0.35
HSL 356.79º 0.65% 0.39% -
HSV(B) 356.79º 0.79% 0.65% -
XYZ 16.74 9.48 3.14 -
YUV 74.97 109.4 192.93 -
System Red Green Blue C M Y K H S L
Decimal 166 35 42 0 0.79 0.75 0.35 356.79 0.65 0.39
Hex A6 23 2A 0 4F 4B 23 165 41 27
Octal 246 43 52 0 117 113 43 545 101 47
Binary 10100110 100011 101010 0 1001111 1001011 100011 101100101 1000001 100111

Color Harmonies of #A6232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6232A

Black with #A6232A

Text Example


Text Example

White with #A6232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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