Html Css Color HEX #A6242B Guardsman Red

📋 copy color: '#A6242B'

red 166 ◦ green 36 ◦ blue 43

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

Shades of Guardsman Red #A6242B

Tints of Guardsman Red #A6242B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

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

R = 67.76%
G = 14.69%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A6242B (or 0xA6242B) is known color: Guardsman Red. HEX triplet: A6, 24 and 2B. RGB value is (166,36,43). Sum of RGB (Red+Green+Blue) = 166+36+43=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A6242B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6242B is #59DBD4. Grayscale: #4B4B4B. Windows color (decimal): -5888981 or 2827430. OLE color: 2827430.

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

Color convert

RGB 166 36 43 -
CMYK 0 0.78 0.74 0.35
HSL 356.77º 0.64% 0.4% -
HSV(B) 356.77º 0.78% 0.65% -
XYZ 16.79 9.54 3.24 -
YUV 75.67 109.57 192.43 -
System Red Green Blue C M Y K H S L
Decimal 166 36 43 0 0.78 0.74 0.35 356.77 0.64 0.4
Hex A6 24 2B 0 4E 4A 23 165 40 28
Octal 246 44 53 0 116 112 43 545 100 50
Binary 10100110 100100 101011 0 1001110 1001010 100011 101100101 1000000 101000

Color Harmonies of #A6242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6242B

Black with #A6242B

Text Example


Text Example

White with #A6242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6242B; }

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

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

background-color css

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

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

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

border-color css

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

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

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