Html Css Color HEX #A42534 Guardsman Red

📋 copy color: '#A42534'

red 164 ◦ green 37 ◦ blue 52

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

Shades of Guardsman Red #A42534

Tints of Guardsman Red #A42534

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.62%

 BLUE value IS 52 (20.7% from 255) = 20.55%

R = 64.82%
G = 14.62%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A42534 (or 0xA42534) is known color: Guardsman Red. HEX triplet: A4, 25 and 34. RGB value is (164,37,52). Sum of RGB (Red+Green+Blue) = 164+37+52=253 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.82% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 52 (20.70% from 255 or 20.55% from 253); Max value from RGB is 164 - color contains mainly: red. Hex color #A42534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42534 is #5BDACB. Grayscale: #4C4C4C. Windows color (decimal): -6019788 or 3417508. OLE color: 3417508.

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

Color convert

RGB 164 37 52 -
CMYK 0 0.77 0.68 0.36
HSL 352.91º 0.63% 0.39% -
HSV(B) 352.91º 0.77% 0.64% -
XYZ 16.59 9.46 4.2 -
YUV 76.68 114.08 190.28 -
System Red Green Blue C M Y K H S L
Decimal 164 37 52 0 0.77 0.68 0.36 352.91 0.63 0.39
Hex A4 25 34 0 4D 44 24 161 3F 27
Octal 244 45 64 0 115 104 44 541 77 47
Binary 10100100 100101 110100 0 1001101 1000100 100100 101100001 111111 100111

Color Harmonies of #A42534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42534

Black with #A42534

Text Example


Text Example

White with #A42534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42534; }

 p { color: rgb(164,37,52); }

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

background-color css

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

 a { background-color: rgb(164,37,52); }

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

border-color css

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

 span { border-color: rgb(164,37,52); }

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