Html Css Color HEX #A42636 Guardsman Red

📋 copy color: '#A42636'

red 164 ◦ green 38 ◦ blue 54

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

Shades of Guardsman Red #A42636

Tints of Guardsman Red #A42636

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.84%

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

R = 64.06%
G = 14.84%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A42636 (or 0xA42636) is known color: Guardsman Red. HEX triplet: A4, 26 and 36. RGB value is (164,38,54). Sum of RGB (Red+Green+Blue) = 164+38+54=256 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.06% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 164 - color contains mainly: red. Hex color #A42636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42636 is #5BD9C9. Grayscale: #4D4D4D. Windows color (decimal): -6019530 or 3548836. OLE color: 3548836.

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

Color convert

RGB 164 38 54 -
CMYK 0 0.77 0.67 0.36
HSL 352.38º 0.62% 0.4% -
HSV(B) 352.38º 0.77% 0.64% -
XYZ 16.67 9.55 4.45 -
YUV 77.5 114.74 189.7 -
System Red Green Blue C M Y K H S L
Decimal 164 38 54 0 0.77 0.67 0.36 352.38 0.62 0.4
Hex A4 26 36 0 4D 43 24 160 3E 28
Octal 244 46 66 0 115 103 44 540 76 50
Binary 10100100 100110 110110 0 1001101 1000011 100100 101100000 111110 101000

Color Harmonies of #A42636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42636

Black with #A42636

Text Example


Text Example

White with #A42636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42636; }

 p { color: rgb(164,38,54); }

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

background-color css

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

 a { background-color: rgb(164,38,54); }

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

border-color css

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

 span { border-color: rgb(164,38,54); }

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