#943234

Color #943234 Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #943234

Tints of Guardsman Red #943234

Color information

#943234 (or 0x943234) is unknown color: approx Guardsman Red. HEX triplet: 94, 32 and 34. RGB value is (148,50,52). Sum of RGB (Red+Green+Blue) = 148+50+52=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #943234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943234 is #6BCDCB. Grayscale: #4F4F4F. Windows color (decimal): -7065036 or 3420820. OLE color: 3420820.

HSL color Cylindrical-coordinate representation of color #943234: hue angle of 358.78º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #943234 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB1485052-
CMYK00.660.650.42
HSL358.78º49.49%38.82%-
HSV(B)358.78º66.22%58.04%-
XYZ13.978.834.22-
YUV79.53112.47176.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 59.2%
GREEN value IS 50 (19.92% from 255) = 20%
BLUE value IS 52 (20.70% from 255) = 20.8%
R=59.2%
G=20%
B=20.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148505200.660.650.42358.7849.4938.82
Hex943234042412A1673127
Octal22462640102101525476147
Binary10010100110010110100010000101000001101010101100111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943234; }

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

 H1.HeaderClassName
 {
   color: #943234;
 }
 .AnyTagClassName
 {
   color: #943234;
 }
</style>
background-color css

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

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

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

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

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

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