Html Css Color HEX #A43034 Guardsman Red

📋 copy color: '#A43034'

red 164 ◦ green 48 ◦ blue 52

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

Shades of Guardsman Red #A43034

Tints of Guardsman Red #A43034

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.18%

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

R = 62.12%
G = 18.18%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A43034 (or 0xA43034) is known color: Guardsman Red. HEX triplet: A4, 30 and 34. RGB value is (164,48,52). Sum of RGB (Red+Green+Blue) = 164+48+52=264 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.12% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 164 - color contains mainly: red. Hex color #A43034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43034 is #5BCFCB. Grayscale: #535353. Windows color (decimal): -6016972 or 3420324. OLE color: 3420324.

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

Color convert

RGB 164 48 52 -
CMYK 0 0.71 0.68 0.36
HSL 357.93º 0.55% 0.42% -
HSV(B) 357.93º 0.71% 0.64% -
XYZ 16.99 10.25 4.33 -
YUV 83.14 110.43 185.67 -
System Red Green Blue C M Y K H S L
Decimal 164 48 52 0 0.71 0.68 0.36 357.93 0.55 0.42
Hex A4 30 34 0 47 44 24 166 37 2A
Octal 244 60 64 0 107 104 44 546 67 52
Binary 10100100 110000 110100 0 1000111 1000100 100100 101100110 110111 101010

Color Harmonies of #A43034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43034

Black with #A43034

Text Example


Text Example

White with #A43034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43034; }

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

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

background-color css

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

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

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

border-color css

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

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

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