Html Css Color HEX #A43234 Guardsman Red

📋 copy color: '#A43234'

red 164 ◦ green 50 ◦ blue 52

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

Shades of Guardsman Red #A43234

Tints of Guardsman Red #A43234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.8%

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

R = 61.65%
G = 18.8%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A43234 (or 0xA43234) is known color: Guardsman Red. HEX triplet: A4, 32 and 34. RGB value is (164,50,52). Sum of RGB (Red+Green+Blue) = 164+50+52=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A43234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43234 is #5BCDCB. Grayscale: #545454. Windows color (decimal): -6016460 or 3420836. OLE color: 3420836.

HSL color Cylindrical-coordinate representation of color #A43234: hue angle of 358.95º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43234 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 50 52 -
CMYK 0 0.70 0.68 0.36
HSL 358.95º 0.53% 0.42% -
HSV(B) 358.95º 0.7% 0.64% -
XYZ 17.07 10.42 4.36 -
YUV 84.31 109.77 184.84 -
System Red Green Blue C M Y K H S L
Decimal 164 50 52 0 0.70 0.68 0.36 358.95 0.53 0.42
Hex A4 32 34 0 46 44 24 167 35 2A
Octal 244 62 64 0 106 104 44 547 65 52
Binary 10100100 110010 110100 0 1000110 1000100 100100 101100111 110101 101010

Color Harmonies of #A43234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43234

Black with #A43234

Text Example


Text Example

White with #A43234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43234; }

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

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

background-color css

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

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

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

border-color css

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

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

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