Html Css Color HEX #943133 Guardsman Red

📋 copy color: '#943133'

red 148 ◦ green 49 ◦ blue 51

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

Shades of Guardsman Red #943133

Tints of Guardsman Red #943133

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.76%

 BLUE value IS 51 (20.31% from 255) = 20.56%

R = 59.68%
G = 19.76%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#943133 (or 0x943133) is known color: Guardsman Red. HEX triplet: 94, 31 and 33. RGB value is (148,49,51). Sum of RGB (Red+Green+Blue) = 148+49+51=248 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.68% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 148 - color contains mainly: red. Hex color #943133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943133 is #6BCECC. Grayscale: #4E4E4E. Windows color (decimal): -7065293 or 3355028. OLE color: 3355028.

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

Color convert

RGB 148 49 51 -
CMYK 0 0.67 0.66 0.42
HSL 358.79º 0.5% 0.39% -
HSV(B) 358.79º 0.67% 0.58% -
XYZ 13.91 8.73 4.08 -
YUV 78.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 148 49 51 0 0.67 0.66 0.42 358.79 0.5 0.39
Hex 94 31 33 0 43 42 2A 167 32 27
Octal 224 61 63 0 103 102 52 547 62 47
Binary 10010100 110001 110011 0 1000011 1000010 101010 101100111 110010 100111

Color Harmonies of #943133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943133

Black with #943133

Text Example


Text Example

White with #943133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943133; }

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

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

background-color css

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

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

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

border-color css

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

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

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