Html Css Color HEX #A62629 Guardsman Red

📋 copy color: '#A62629'

red 166 ◦ green 38 ◦ blue 41

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

Shades of Guardsman Red #A62629

Tints of Guardsman Red #A62629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.51%

 BLUE value IS 41 (16.41% from 255) = 16.73%

R = 67.76%
G = 15.51%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A62629 (or 0xA62629) is known color: Guardsman Red. HEX triplet: A6, 26 and 29. RGB value is (166,38,41). Sum of RGB (Red+Green+Blue) = 166+38+41=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A62629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62629 is #59D9D6. Grayscale: #4C4C4C. Windows color (decimal): -5888471 or 2696870. OLE color: 2696870.

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

Color convert

RGB 166 38 41 -
CMYK 0 0.77 0.75 0.35
HSL 358.59º 0.63% 0.4% -
HSV(B) 358.59º 0.77% 0.65% -
XYZ 16.82 9.65 3.07 -
YUV 76.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 166 38 41 0 0.77 0.75 0.35 358.59 0.63 0.4
Hex A6 26 29 0 4D 4B 23 167 3F 28
Octal 246 46 51 0 115 113 43 547 77 50
Binary 10100110 100110 101001 0 1001101 1001011 100011 101100111 111111 101000

Color Harmonies of #A62629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62629

Black with #A62629

Text Example


Text Example

White with #A62629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62629; }

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

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

background-color css

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

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

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

border-color css

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

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

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