Html Css Color HEX #933235 Guardsman Red

📋 copy color: '#933235'

red 147 ◦ green 50 ◦ blue 53

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

Shades of Guardsman Red #933235

Tints of Guardsman Red #933235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20%

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

R = 58.8%
G = 20%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#933235 (or 0x933235) is known color: Guardsman Red. HEX triplet: 93, 32 and 35. RGB value is (147,50,53). Sum of RGB (Red+Green+Blue) = 147+50+53=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #933235 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933235 is #6CCDCA. Grayscale: #4F4F4F. Windows color (decimal): -7130571 or 3486355. OLE color: 3486355.

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

Color convert

RGB 147 50 53 -
CMYK 0 0.66 0.64 0.42
HSL 358.14º 0.49% 0.39% -
HSV(B) 358.14º 0.66% 0.58% -
XYZ 13.82 8.74 4.33 -
YUV 79.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 147 50 53 0 0.66 0.64 0.42 358.14 0.49 0.39
Hex 93 32 35 0 42 40 2A 166 31 27
Octal 223 62 65 0 102 100 52 546 61 47
Binary 10010011 110010 110101 0 1000010 1000000 101010 101100110 110001 100111

Color Harmonies of #933235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #933235

Black with #933235

Text Example


Text Example

White with #933235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #933235; }

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

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

background-color css

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

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

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

border-color css

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

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

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