Html Css Color HEX #A62330 Guardsman Red

📋 copy color: '#A62330'

red 166 ◦ green 35 ◦ blue 48

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

Shades of Guardsman Red #A62330

Tints of Guardsman Red #A62330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.06%

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

R = 66.67%
G = 14.06%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A62330 (or 0xA62330) is known color: Guardsman Red. HEX triplet: A6, 23 and 30. RGB value is (166,35,48). Sum of RGB (Red+Green+Blue) = 166+35+48=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A62330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62330 is #59DCCF. Grayscale: #4B4B4B. Windows color (decimal): -5889232 or 3154854. OLE color: 3154854.

HSL color Cylindrical-coordinate representation of color #A62330: hue angle of 354.05º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A62330 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 35 48 -
CMYK 0 0.79 0.71 0.35
HSL 354.05º 0.65% 0.39% -
HSV(B) 354.05º 0.79% 0.65% -
XYZ 16.86 9.52 3.75 -
YUV 75.65 112.4 192.44 -
System Red Green Blue C M Y K H S L
Decimal 166 35 48 0 0.79 0.71 0.35 354.05 0.65 0.39
Hex A6 23 30 0 4F 47 23 162 41 27
Octal 246 43 60 0 117 107 43 542 101 47
Binary 10100110 100011 110000 0 1001111 1000111 100011 101100010 1000001 100111

Color Harmonies of #A62330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62330

Black with #A62330

Text Example


Text Example

White with #A62330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62330; }

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

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

background-color css

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

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

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

border-color css

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

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

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