Html Css Color HEX #A42736 Guardsman Red

📋 copy color: '#A42736'

red 164 ◦ green 39 ◦ blue 54

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

Shades of Guardsman Red #A42736

Tints of Guardsman Red #A42736

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.18%

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

R = 63.81%
G = 15.18%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A42736 (or 0xA42736) is known color: Guardsman Red. HEX triplet: A4, 27 and 36. RGB value is (164,39,54). Sum of RGB (Red+Green+Blue) = 164+39+54=257 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.81% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 164 - color contains mainly: red. Hex color #A42736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42736 is #5BD8C9. Grayscale: #4E4E4E. Windows color (decimal): -6019274 or 3549092. OLE color: 3549092.

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

Color convert

RGB 164 39 54 -
CMYK 0 0.76 0.67 0.36
HSL 352.8º 0.62% 0.4% -
HSV(B) 352.8º 0.76% 0.64% -
XYZ 16.7 9.61 4.46 -
YUV 78.09 114.41 189.28 -
System Red Green Blue C M Y K H S L
Decimal 164 39 54 0 0.76 0.67 0.36 352.8 0.62 0.4
Hex A4 27 36 0 4C 43 24 161 3E 28
Octal 244 47 66 0 114 103 44 541 76 50
Binary 10100100 100111 110110 0 1001100 1000011 100100 101100001 111110 101000

Color Harmonies of #A42736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42736

Black with #A42736

Text Example


Text Example

White with #A42736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42736; }

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

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

background-color css

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

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

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

border-color css

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

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

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