Html Css Color HEX #A62426 Guardsman Red

📋 copy color: '#A62426'

red 166 ◦ green 36 ◦ blue 38

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

Shades of Guardsman Red #A62426

Tints of Guardsman Red #A62426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.83%

R = 69.17%
G = 15%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A62426 (or 0xA62426) is known color: Guardsman Red. HEX triplet: A6, 24 and 26. RGB value is (166,36,38). Sum of RGB (Red+Green+Blue) = 166+36+38=240 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.17% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 166 - color contains mainly: red. Hex color #A62426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62426 is #59DBD9. Grayscale: #4B4B4B. Windows color (decimal): -5888986 or 2499750. OLE color: 2499750.

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

Color convert

RGB 166 36 38 -
CMYK 0 0.78 0.77 0.35
HSL 359.08º 0.64% 0.4% -
HSV(B) 359.08º 0.78% 0.65% -
XYZ 16.71 9.51 2.79 -
YUV 75.1 107.07 192.84 -
System Red Green Blue C M Y K H S L
Decimal 166 36 38 0 0.78 0.77 0.35 359.08 0.64 0.4
Hex A6 24 26 0 4E 4D 23 167 40 28
Octal 246 44 46 0 116 115 43 547 100 50
Binary 10100110 100100 100110 0 1001110 1001101 100011 101100111 1000000 101000

Color Harmonies of #A62426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62426

Black with #A62426

Text Example


Text Example

White with #A62426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62426; }

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

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

background-color css

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

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

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

border-color css

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

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

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