#942B2F

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

Shades of Guardsman Red #942B2F

Tints of Guardsman Red #942B2F

Color information

#942B2F (or 0x942B2F) is unknown color: approx Guardsman Red. HEX triplet: 94, 2B and 2F. RGB value is (148,43,47). Sum of RGB (Red+Green+Blue) = 148+43+47=238 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.18% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 148 - color contains mainly: red. Hex color #942B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942B2F is #6BD4D0. Grayscale: #4A4A4A. Windows color (decimal): -7066833 or 3091348. OLE color: 3091348.

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

Color convert

RGB1484347-
CMYK00.710.680.42
HSL357.71º54.97%37.45%-
HSV(B)357.71º70.95%58.04%-
XYZ13.598.233.56-
YUV74.85112.29180.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 62.18%
GREEN value IS 43 (17.19% from 255) = 18.07%
BLUE value IS 47 (18.75% from 255) = 19.75%
R=62.18%
G=18.07%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148434700.710.680.42357.7154.9737.45
Hex942B2F047442A1663725
Octal22453570107104525466745
Binary10010100101011101111010001111000100101010101100110110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942B2F; }

 p { color: rgb(148,43,47); }

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

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

 a { background-color: rgb(148,43,47); }

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

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

 span { border-color: rgb(148,43,47); }

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