Html Css Color HEX #A62834 Guardsman Red

📋 copy color: '#A62834'

red 166 ◦ green 40 ◦ blue 52

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

Shades of Guardsman Red #A62834

Tints of Guardsman Red #A62834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.5%

 BLUE value IS 52 (20.7% from 255) = 20.16%

R = 64.34%
G = 15.5%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A62834 (or 0xA62834) is known color: Guardsman Red. HEX triplet: A6, 28 and 34. RGB value is (166,40,52). Sum of RGB (Red+Green+Blue) = 166+40+52=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A62834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62834 is #59D7CB. Grayscale: #4F4F4F. Windows color (decimal): -5887948 or 3418278. OLE color: 3418278.

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

Color convert

RGB 166 40 52 -
CMYK 0 0.76 0.69 0.35
HSL 354.29º 0.61% 0.4% -
HSV(B) 354.29º 0.76% 0.65% -
XYZ 17.1 9.87 4.25 -
YUV 79.04 112.74 190.02 -
System Red Green Blue C M Y K H S L
Decimal 166 40 52 0 0.76 0.69 0.35 354.29 0.61 0.4
Hex A6 28 34 0 4C 45 23 162 3D 28
Octal 246 50 64 0 114 105 43 542 75 50
Binary 10100110 101000 110100 0 1001100 1000101 100011 101100010 111101 101000

Color Harmonies of #A62834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62834

Black with #A62834

Text Example


Text Example

White with #A62834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62834; }

 p { color: rgb(166,40,52); }

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

background-color css

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

 a { background-color: rgb(166,40,52); }

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

border-color css

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

 span { border-color: rgb(166,40,52); }

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