#942F31

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

Shades of Guardsman Red #942F31

Tints of Guardsman Red #942F31

Color information

#942F31 (or 0x942F31) is unknown color: approx Guardsman Red. HEX triplet: 94, 2F and 31. RGB value is (148,47,49). Sum of RGB (Red+Green+Blue) = 148+47+49=244 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.66% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 148 - color contains mainly: red. Hex color #942F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942F31 is #6BD0CE. Grayscale: #4D4D4D. Windows color (decimal): -7065807 or 3223444. OLE color: 3223444.

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

Color convert

RGB1484749-
CMYK00.680.670.42
HSL358.81º51.79%38.24%-
HSV(B)358.81º68.24%58.04%-
XYZ13.788.553.83-
YUV77.43111.96178.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.66%
GREEN value IS 47 (18.75% from 255) = 19.26%
BLUE value IS 49 (19.53% from 255) = 20.08%
R=60.66%
G=19.26%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148474900.680.670.42358.8151.7938.24
Hex942F31044432A1673426
Octal22457610104103525476446
Binary10010100101111110001010001001000011101010101100111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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