Html Css Color HEX #A62431 Guardsman Red

📋 copy color: '#A62431'

red 166 ◦ green 36 ◦ blue 49

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

Shades of Guardsman Red #A62431

Tints of Guardsman Red #A62431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.52%

R = 66.14%
G = 14.34%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A62431 (or 0xA62431) is known color: Guardsman Red. HEX triplet: A6, 24 and 31. RGB value is (166,36,49). Sum of RGB (Red+Green+Blue) = 166+36+49=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 49 (19.53% from 255 or 19.52% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A62431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62431 is #59DBCE. Grayscale: #4C4C4C. Windows color (decimal): -5888975 or 3220646. OLE color: 3220646.

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

Color convert

RGB 166 36 49 -
CMYK 0 0.78 0.70 0.35
HSL 354º 0.64% 0.4% -
HSV(B) 354º 0.78% 0.65% -
XYZ 16.91 9.59 3.87 -
YUV 76.35 112.57 191.94 -
System Red Green Blue C M Y K H S L
Decimal 166 36 49 0 0.78 0.70 0.35 354 0.64 0.4
Hex A6 24 31 0 4E 46 23 162 40 28
Octal 246 44 61 0 116 106 43 542 100 50
Binary 10100110 100100 110001 0 1001110 1000110 100011 101100010 1000000 101000

Color Harmonies of #A62431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62431

Black with #A62431

Text Example


Text Example

White with #A62431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62431; }

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

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

background-color css

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

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

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

border-color css

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

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

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