Html Css Color HEX #A6252B Guardsman Red

📋 copy color: '#A6252B'

red 166 ◦ green 37 ◦ blue 43

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

Shades of Guardsman Red #A6252B

Tints of Guardsman Red #A6252B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.04%

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

R = 67.48%
G = 15.04%
B = 17.48%

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

#A6252B (or 0xA6252B) is known color: Guardsman Red. HEX triplet: A6, 25 and 2B. RGB value is (166,37,43). Sum of RGB (Red+Green+Blue) = 166+37+43=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A6252B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6252B is #59DAD4. Grayscale: #4C4C4C. Windows color (decimal): -5888725 or 2827686. OLE color: 2827686.

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

Color convert

RGB 166 37 43 -
CMYK 0 0.78 0.74 0.35
HSL 357.21º 0.64% 0.4% -
HSV(B) 357.21º 0.78% 0.65% -
XYZ 16.82 9.6 3.25 -
YUV 76.26 109.24 192.01 -
System Red Green Blue C M Y K H S L
Decimal 166 37 43 0 0.78 0.74 0.35 357.21 0.64 0.4
Hex A6 25 2B 0 4E 4A 23 165 40 28
Octal 246 45 53 0 116 112 43 545 100 50
Binary 10100110 100101 101011 0 1001110 1001010 100011 101100101 1000000 101000

Color Harmonies of #A6252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6252B

Black with #A6252B

Text Example


Text Example

White with #A6252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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