Html Css Color HEX #A62938 Guardsman Red

📋 copy color: '#A62938'

red 166 ◦ green 41 ◦ blue 56

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

Shades of Guardsman Red #A62938

Tints of Guardsman Red #A62938

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.59%

 BLUE value IS 56 (22.27% from 255) = 21.29%

R = 63.12%
G = 15.59%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A62938 (or 0xA62938) is known color: Guardsman Red. HEX triplet: A6, 29 and 38. RGB value is (166,41,56). Sum of RGB (Red+Green+Blue) = 166+41+56=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A62938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62938 is #59D6C7. Grayscale: #505050. Windows color (decimal): -5887688 or 3680678. OLE color: 3680678.

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

Color convert

RGB 166 41 56 -
CMYK 0 0.75 0.66 0.35
HSL 352.8º 0.6% 0.41% -
HSV(B) 352.8º 0.75% 0.65% -
XYZ 17.23 9.98 4.76 -
YUV 80.09 114.41 189.28 -
System Red Green Blue C M Y K H S L
Decimal 166 41 56 0 0.75 0.66 0.35 352.8 0.6 0.41
Hex A6 29 38 0 4B 42 23 161 3C 29
Octal 246 51 70 0 113 102 43 541 74 51
Binary 10100110 101001 111000 0 1001011 1000010 100011 101100001 111100 101001

Color Harmonies of #A62938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62938

Black with #A62938

Text Example


Text Example

White with #A62938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62938; }

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

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

background-color css

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

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

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

border-color css

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

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

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