Html Css Color HEX #A6283B Guardsman Red

📋 copy color: '#A6283B'

red 166 ◦ green 40 ◦ blue 59

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

Shades of Guardsman Red #A6283B

Tints of Guardsman Red #A6283B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.09%

 BLUE value IS 59 (23.44% from 255) = 22.26%

R = 62.64%
G = 15.09%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6283B (or 0xA6283B) is known color: Guardsman Red. HEX triplet: A6, 28 and 3B. RGB value is (166,40,59). Sum of RGB (Red+Green+Blue) = 166+40+59=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A6283B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6283B is #59D7C4. Grayscale: #4F4F4F. Windows color (decimal): -5887941 or 3877030. OLE color: 3877030.

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

Color convert

RGB 166 40 59 -
CMYK 0 0.76 0.64 0.35
HSL 350.95º 0.61% 0.4% -
HSV(B) 350.95º 0.76% 0.65% -
XYZ 17.27 9.94 5.15 -
YUV 79.84 116.24 189.46 -
System Red Green Blue C M Y K H S L
Decimal 166 40 59 0 0.76 0.64 0.35 350.95 0.61 0.4
Hex A6 28 3B 0 4C 40 23 15F 3D 28
Octal 246 50 73 0 114 100 43 537 75 50
Binary 10100110 101000 111011 0 1001100 1000000 100011 101011111 111101 101000

Color Harmonies of #A6283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6283B

Black with #A6283B

Text Example


Text Example

White with #A6283B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6283B; }

 p { color: rgb(166,40,59); }

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

background-color css

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

 a { background-color: rgb(166,40,59); }

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

border-color css

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

 span { border-color: rgb(166,40,59); }

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