Html Css Color HEX #A6252E Guardsman Red

📋 copy color: '#A6252E'

red 166 ◦ green 37 ◦ blue 46

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

Shades of Guardsman Red #A6252E

Tints of Guardsman Red #A6252E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.47%

R = 66.67%
G = 14.86%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A6252E (or 0xA6252E) is known color: Guardsman Red. HEX triplet: A6, 25 and 2E. RGB value is (166,37,46). Sum of RGB (Red+Green+Blue) = 166+37+46=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A6252E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6252E is #59DAD1. Grayscale: #4C4C4C. Windows color (decimal): -5888722 or 3024294. OLE color: 3024294.

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

Color convert

RGB 166 37 46 -
CMYK 0 0.78 0.72 0.35
HSL 355.81º 0.64% 0.4% -
HSV(B) 355.81º 0.78% 0.65% -
XYZ 16.88 9.63 3.55 -
YUV 76.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 166 37 46 0 0.78 0.72 0.35 355.81 0.64 0.4
Hex A6 25 2E 0 4E 48 23 164 40 28
Octal 246 45 56 0 116 110 43 544 100 50
Binary 10100110 100101 101110 0 1001110 1001000 100011 101100100 1000000 101000

Color Harmonies of #A6252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6252E

Black with #A6252E

Text Example


Text Example

White with #A6252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6252E; }

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

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

background-color css

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

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

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

border-color css

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

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

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