Html Css Color HEX #933135 Guardsman Red

📋 copy color: '#933135'

red 147 ◦ green 49 ◦ blue 53

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

Shades of Guardsman Red #933135

Tints of Guardsman Red #933135

RGB

 RED value IS 147 (57.81% from 255) = 59.04%

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

 BLUE value IS 53 (21.09% from 255) = 21.29%

R = 59.04%
G = 19.68%
B = 21.29%

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

#933135 (or 0x933135) is known color: Guardsman Red. HEX triplet: 93, 31 and 35. RGB value is (147,49,53). Sum of RGB (Red+Green+Blue) = 147+49+53=249 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.04% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 147 - color contains mainly: red. Hex color #933135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933135 is #6CCECA. Grayscale: #4E4E4E. Windows color (decimal): -7130827 or 3486099. OLE color: 3486099.

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

Color convert

RGB 147 49 53 -
CMYK 0 0.67 0.64 0.42
HSL 357.55º 0.5% 0.38% -
HSV(B) 357.55º 0.67% 0.58% -
XYZ 13.77 8.66 4.31 -
YUV 78.76 113.47 176.67 -
System Red Green Blue C M Y K H S L
Decimal 147 49 53 0 0.67 0.64 0.42 357.55 0.5 0.38
Hex 93 31 35 0 43 40 2A 166 32 26
Octal 223 61 65 0 103 100 52 546 62 46
Binary 10010011 110001 110101 0 1000011 1000000 101010 101100110 110010 100110

Color Harmonies of #933135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933135

Black with #933135

Text Example


Text Example

White with #933135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933135; }

 p { color: rgb(147,49,53); }

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

background-color css

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

 a { background-color: rgb(147,49,53); }

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

border-color css

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

 span { border-color: rgb(147,49,53); }

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