Html Css Color HEX #A43334 Guardsman Red

📋 copy color: '#A43334'

red 164 ◦ green 51 ◦ blue 52

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

Shades of Guardsman Red #A43334

Tints of Guardsman Red #A43334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.1%

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

R = 61.42%
G = 19.1%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A43334 (or 0xA43334) is known color: Guardsman Red. HEX triplet: A4, 33 and 34. RGB value is (164,51,52). Sum of RGB (Red+Green+Blue) = 164+51+52=267 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.42% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 164 - color contains mainly: red. Hex color #A43334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43334 is #5BCCCB. Grayscale: #555555. Windows color (decimal): -6016204 or 3421092. OLE color: 3421092.

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

Color convert

RGB 164 51 52 -
CMYK 0 0.69 0.68 0.36
HSL 359.47º 0.53% 0.42% -
HSV(B) 359.47º 0.69% 0.64% -
XYZ 17.11 10.51 4.38 -
YUV 84.9 109.44 184.42 -
System Red Green Blue C M Y K H S L
Decimal 164 51 52 0 0.69 0.68 0.36 359.47 0.53 0.42
Hex A4 33 34 0 45 44 24 167 35 2A
Octal 244 63 64 0 105 104 44 547 65 52
Binary 10100100 110011 110100 0 1000101 1000100 100100 101100111 110101 101010

Color Harmonies of #A43334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43334

Black with #A43334

Text Example


Text Example

White with #A43334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43334; }

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

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

background-color css

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

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

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

border-color css

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

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

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