Html Css Color HEX #A62A2D Guardsman Red

📋 copy color: '#A62A2D'

red 166 ◦ green 42 ◦ blue 45

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

Shades of Guardsman Red #A62A2D

Tints of Guardsman Red #A62A2D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.6%

 BLUE value IS 45 (17.97% from 255) = 17.79%

R = 65.61%
G = 16.6%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A62A2D (or 0xA62A2D) is known color: Guardsman Red. HEX triplet: A6, 2A and 2D. RGB value is (166,42,45). Sum of RGB (Red+Green+Blue) = 166+42+45=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62A2D is #59D5D2. Grayscale: #4F4F4F. Windows color (decimal): -5887443 or 2960038. OLE color: 2960038.

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

Color convert

RGB 166 42 45 -
CMYK 0 0.75 0.73 0.35
HSL 358.55º 0.6% 0.41% -
HSV(B) 358.55º 0.75% 0.65% -
XYZ 17.03 9.95 3.51 -
YUV 79.42 108.58 189.76 -
System Red Green Blue C M Y K H S L
Decimal 166 42 45 0 0.75 0.73 0.35 358.55 0.6 0.41
Hex A6 2A 2D 0 4B 49 23 167 3C 29
Octal 246 52 55 0 113 111 43 547 74 51
Binary 10100110 101010 101101 0 1001011 1001001 100011 101100111 111100 101001

Color Harmonies of #A62A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62A2D

Black with #A62A2D

Text Example


Text Example

White with #A62A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62A2D; }

 p { color: rgb(166,42,45); }

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

background-color css

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

 a { background-color: rgb(166,42,45); }

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

border-color css

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

 span { border-color: rgb(166,42,45); }

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