Html Css Color HEX #A62425 Guardsman Red

📋 copy color: '#A62425'

red 166 ◦ green 36 ◦ blue 37

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

Shades of Guardsman Red #A62425

Tints of Guardsman Red #A62425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.48%

R = 69.46%
G = 15.06%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A62425 (or 0xA62425) is known color: Guardsman Red. HEX triplet: A6, 24 and 25. RGB value is (166,36,37). Sum of RGB (Red+Green+Blue) = 166+36+37=239 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.46% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 166 - color contains mainly: red. Hex color #A62425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62425 is #59DBDA. Grayscale: #4B4B4B. Windows color (decimal): -5888987 or 2434214. OLE color: 2434214.

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

Color convert

RGB 166 36 37 -
CMYK 0 0.78 0.78 0.35
HSL 359.54º 0.64% 0.4% -
HSV(B) 359.54º 0.78% 0.65% -
XYZ 16.69 9.5 2.7 -
YUV 74.98 106.57 192.92 -
System Red Green Blue C M Y K H S L
Decimal 166 36 37 0 0.78 0.78 0.35 359.54 0.64 0.4
Hex A6 24 25 0 4E 4E 23 168 40 28
Octal 246 44 45 0 116 116 43 550 100 50
Binary 10100110 100100 100101 0 1001110 1001110 100011 101101000 1000000 101000

Color Harmonies of #A62425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62425

Black with #A62425

Text Example


Text Example

White with #A62425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62425; }

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

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

background-color css

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

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

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

border-color css

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

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

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