Html Css Color HEX #A42C3E Guardsman Red

📋 copy color: '#A42C3E'

red 164 ◦ green 44 ◦ blue 62

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

Shades of Guardsman Red #A42C3E

Tints of Guardsman Red #A42C3E

RGB

 RED value IS 164 (64.45% from 255) = 60.74%

 GREEN value IS 44 (17.58% from 255) = 16.3%

 BLUE value IS 62 (24.61% from 255) = 22.96%

R = 60.74%
G = 16.3%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A42C3E (or 0xA42C3E) is known color: Guardsman Red. HEX triplet: A4, 2C and 3E. RGB value is (164,44,62). Sum of RGB (Red+Green+Blue) = 164+44+62=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A42C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42C3E is #5BD3C1. Grayscale: #515151. Windows color (decimal): -6017986 or 4074660. OLE color: 4074660.

HSL color Cylindrical-coordinate representation of color #A42C3E: hue angle of 351º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A42C3E is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 44 62 -
CMYK 0 0.73 0.62 0.36
HSL 351º 0.58% 0.41% -
HSV(B) 351º 0.73% 0.64% -
XYZ 17.08 10.04 5.6 -
YUV 81.93 116.76 186.54 -
System Red Green Blue C M Y K H S L
Decimal 164 44 62 0 0.73 0.62 0.36 351 0.58 0.41
Hex A4 2C 3E 0 49 3E 24 15F 3A 29
Octal 244 54 76 0 111 76 44 537 72 51
Binary 10100100 101100 111110 0 1001001 111110 100100 101011111 111010 101001

Color Harmonies of #A42C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42C3E

Black with #A42C3E

Text Example


Text Example

White with #A42C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42C3E; }

 p { color: rgb(164,44,62); }

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

background-color css

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

 a { background-color: rgb(164,44,62); }

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

border-color css

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

 span { border-color: rgb(164,44,62); }

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