Html Css Color HEX #A62734 Guardsman Red

📋 copy color: '#A62734'

red 166 ◦ green 39 ◦ blue 52

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

Shades of Guardsman Red #A62734

Tints of Guardsman Red #A62734

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.18%

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

R = 64.59%
G = 15.18%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A62734 (or 0xA62734) is known color: Guardsman Red. HEX triplet: A6, 27 and 34. RGB value is (166,39,52). Sum of RGB (Red+Green+Blue) = 166+39+52=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A62734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62734 is #59D8CB. Grayscale: #4E4E4E. Windows color (decimal): -5888204 or 3418022. OLE color: 3418022.

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

Color convert

RGB 166 39 52 -
CMYK 0 0.77 0.69 0.35
HSL 353.86º 0.62% 0.4% -
HSV(B) 353.86º 0.77% 0.65% -
XYZ 17.07 9.81 4.24 -
YUV 78.46 113.08 190.44 -
System Red Green Blue C M Y K H S L
Decimal 166 39 52 0 0.77 0.69 0.35 353.86 0.62 0.4
Hex A6 27 34 0 4D 45 23 162 3E 28
Octal 246 47 64 0 115 105 43 542 76 50
Binary 10100110 100111 110100 0 1001101 1000101 100011 101100010 111110 101000

Color Harmonies of #A62734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62734

Black with #A62734

Text Example


Text Example

White with #A62734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62734; }

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

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

background-color css

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

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

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

border-color css

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

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

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