Html Css Color HEX #A62830 Guardsman Red

📋 copy color: '#A62830'

red 166 ◦ green 40 ◦ blue 48

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

Shades of Guardsman Red #A62830

Tints of Guardsman Red #A62830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.9%

R = 65.35%
G = 15.75%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A62830 (or 0xA62830) is known color: Guardsman Red. HEX triplet: A6, 28 and 30. RGB value is (166,40,48). Sum of RGB (Red+Green+Blue) = 166+40+48=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A62830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62830 is #59D7CF. Grayscale: #4E4E4E. Windows color (decimal): -5887952 or 3156134. OLE color: 3156134.

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

Color convert

RGB 166 40 48 -
CMYK 0 0.76 0.71 0.35
HSL 356.19º 0.61% 0.4% -
HSV(B) 356.19º 0.76% 0.65% -
XYZ 17.02 9.84 3.8 -
YUV 78.59 110.74 190.35 -
System Red Green Blue C M Y K H S L
Decimal 166 40 48 0 0.76 0.71 0.35 356.19 0.61 0.4
Hex A6 28 30 0 4C 47 23 164 3D 28
Octal 246 50 60 0 114 107 43 544 75 50
Binary 10100110 101000 110000 0 1001100 1000111 100011 101100100 111101 101000

Color Harmonies of #A62830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62830

Black with #A62830

Text Example


Text Example

White with #A62830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62830; }

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

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

background-color css

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

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

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

border-color css

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

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

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