Html Css Color HEX #A6283C Guardsman Red

📋 copy color: '#A6283C'

red 166 ◦ green 40 ◦ blue 60

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

Shades of Guardsman Red #A6283C

Tints of Guardsman Red #A6283C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.56%

R = 62.41%
G = 15.04%
B = 22.56%

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

#A6283C (or 0xA6283C) is known color: Guardsman Red. HEX triplet: A6, 28 and 3C. RGB value is (166,40,60). Sum of RGB (Red+Green+Blue) = 166+40+60=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A6283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6283C is #59D7C3. Grayscale: #4F4F4F. Windows color (decimal): -5887940 or 3942566. OLE color: 3942566.

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

Color convert

RGB 166 40 60 -
CMYK 0 0.76 0.64 0.35
HSL 350.48º 0.61% 0.4% -
HSV(B) 350.48º 0.76% 0.65% -
XYZ 17.3 9.95 5.28 -
YUV 79.95 116.74 189.37 -
System Red Green Blue C M Y K H S L
Decimal 166 40 60 0 0.76 0.64 0.35 350.48 0.61 0.4
Hex A6 28 3C 0 4C 40 23 15E 3D 28
Octal 246 50 74 0 114 100 43 536 75 50
Binary 10100110 101000 111100 0 1001100 1000000 100011 101011110 111101 101000

Color Harmonies of #A6283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6283C

Black with #A6283C

Text Example


Text Example

White with #A6283C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6283C; }

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

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

background-color css

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

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

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

border-color css

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

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

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