#943334

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

Shades of Guardsman Red #943334

Tints of Guardsman Red #943334

Color information

#943334 (or 0x943334) is unknown color: approx Guardsman Red. HEX triplet: 94, 33 and 34. RGB value is (148,51,52). Sum of RGB (Red+Green+Blue) = 148+51+52=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #943334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943334 is #6BCCCB. Grayscale: #505050. Windows color (decimal): -7064780 or 3421076. OLE color: 3421076.

HSL color Cylindrical-coordinate representation of color #943334: hue angle of 359.38º 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 #943334 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB1485152-
CMYK00.660.650.42
HSL359.38º48.74%39.02%-
HSV(B)359.38º65.54%58.04%-
XYZ14.028.914.23-
YUV80.12112.14176.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.96%
GREEN value IS 51 (20.31% from 255) = 20.32%
BLUE value IS 52 (20.70% from 255) = 20.72%
R=58.96%
G=20.32%
B=20.72%

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
Decimal148515200.660.650.42359.3848.7439.02
Hex943334042412A1673127
Octal22463640102101525476147
Binary10010100110011110100010000101000001101010101100111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943334; }

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

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

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

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

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

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

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

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