Html Css Color HEX #943136 Guardsman Red

📋 copy color: '#943136'

red 148 ◦ green 49 ◦ blue 54

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

Shades of Guardsman Red #943136

Tints of Guardsman Red #943136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.51%

R = 58.96%
G = 19.52%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#943136 (or 0x943136) is known color: Guardsman Red. HEX triplet: 94, 31 and 36. RGB value is (148,49,54). Sum of RGB (Red+Green+Blue) = 148+49+54=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #943136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943136 is #6BCEC9. Grayscale: #4F4F4F. Windows color (decimal): -7065290 or 3551636. OLE color: 3551636.

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

Color convert

RGB 148 49 54 -
CMYK 0 0.67 0.64 0.42
HSL 356.97º 0.5% 0.39% -
HSV(B) 356.97º 0.67% 0.58% -
XYZ 13.98 8.76 4.44 -
YUV 79.17 113.8 177.09 -
System Red Green Blue C M Y K H S L
Decimal 148 49 54 0 0.67 0.64 0.42 356.97 0.5 0.39
Hex 94 31 36 0 43 40 2A 165 32 27
Octal 224 61 66 0 103 100 52 545 62 47
Binary 10010100 110001 110110 0 1000011 1000000 101010 101100101 110010 100111

Color Harmonies of #943136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943136

Black with #943136

Text Example


Text Example

White with #943136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943136; }

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

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

background-color css

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

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

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

border-color css

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

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

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