Html Css Color HEX #942E32 Guardsman Red

📋 copy color: '#942E32'

red 148 ◦ green 46 ◦ blue 50

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

Shades of Guardsman Red #942E32

Tints of Guardsman Red #942E32

RGB

 RED value IS 148 (58.2% from 255) = 60.66%

 GREEN value IS 46 (18.36% from 255) = 18.85%

 BLUE value IS 50 (19.92% from 255) = 20.49%

R = 60.66%
G = 18.85%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#942E32 (or 0x942E32) is known color: Guardsman Red. HEX triplet: 94, 2E and 32. RGB value is (148,46,50). Sum of RGB (Red+Green+Blue) = 148+46+50=244 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.66% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 148 - color contains mainly: red. Hex color #942E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942E32 is #6BD1CD. Grayscale: #4D4D4D. Windows color (decimal): -7066062 or 3288724. OLE color: 3288724.

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

Color convert

RGB 148 46 50 -
CMYK 0 0.69 0.66 0.42
HSL 357.65º 0.53% 0.38% -
HSV(B) 357.65º 0.69% 0.58% -
XYZ 13.77 8.48 3.93 -
YUV 76.95 112.79 178.67 -
System Red Green Blue C M Y K H S L
Decimal 148 46 50 0 0.69 0.66 0.42 357.65 0.53 0.38
Hex 94 2E 32 0 45 42 2A 166 35 26
Octal 224 56 62 0 105 102 52 546 65 46
Binary 10010100 101110 110010 0 1000101 1000010 101010 101100110 110101 100110

Color Harmonies of #942E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942E32

Black with #942E32

Text Example


Text Example

White with #942E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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