Html Css Color HEX #A62B36 Guardsman Red

📋 copy color: '#A62B36'

red 166 ◦ green 43 ◦ blue 54

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

Shades of Guardsman Red #A62B36

Tints of Guardsman Red #A62B36

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.35%

 BLUE value IS 54 (21.48% from 255) = 20.53%

R = 63.12%
G = 16.35%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A62B36 (or 0xA62B36) is known color: Guardsman Red. HEX triplet: A6, 2B and 36. RGB value is (166,43,54). Sum of RGB (Red+Green+Blue) = 166+43+54=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 43 (17.19% from 255 or 16.35% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A62B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62B36 is #59D4C9. Grayscale: #515151. Windows color (decimal): -5887178 or 3550118. OLE color: 3550118.

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

Color convert

RGB 166 43 54 -
CMYK 0 0.74 0.67 0.35
HSL 354.63º 0.59% 0.41% -
HSV(B) 354.63º 0.74% 0.65% -
XYZ 17.26 10.1 4.53 -
YUV 81.03 112.75 188.61 -
System Red Green Blue C M Y K H S L
Decimal 166 43 54 0 0.74 0.67 0.35 354.63 0.59 0.41
Hex A6 2B 36 0 4A 43 23 163 3B 29
Octal 246 53 66 0 112 103 43 543 73 51
Binary 10100110 101011 110110 0 1001010 1000011 100011 101100011 111011 101001

Color Harmonies of #A62B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62B36

Black with #A62B36

Text Example


Text Example

White with #A62B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62B36; }

 p { color: rgb(166,43,54); }

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

background-color css

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

 a { background-color: rgb(166,43,54); }

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

border-color css

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

 span { border-color: rgb(166,43,54); }

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