Html Css Color HEX #923133 Guardsman Red

📋 copy color: '#923133'

red 146 ◦ green 49 ◦ blue 51

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

Shades of Guardsman Red #923133

Tints of Guardsman Red #923133

RGB

 RED value IS 146 (57.42% from 255) = 59.35%

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

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

R = 59.35%
G = 19.92%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.43

RGB Variations

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

Color information

#923133 (or 0x923133) is known color: Guardsman Red. HEX triplet: 92, 31 and 33. RGB value is (146,49,51). Sum of RGB (Red+Green+Blue) = 146+49+51=246 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.35% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 146 - color contains mainly: red. Hex color #923133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923133 is #6DCECC. Grayscale: #4E4E4E. Windows color (decimal): -7196365 or 3355026. OLE color: 3355026.

HSL color Cylindrical-coordinate representation of color #923133: hue angle of 358.76º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #923133 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 49 51 -
CMYK 0 0.66 0.65 0.43
HSL 358.76º 0.5% 0.38% -
HSV(B) 358.76º 0.66% 0.57% -
XYZ 13.55 8.55 4.07 -
YUV 78.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 146 49 51 0 0.66 0.65 0.43 358.76 0.5 0.38
Hex 92 31 33 0 42 41 2B 167 32 26
Octal 222 61 63 0 102 101 53 547 62 46
Binary 10010010 110001 110011 0 1000010 1000001 101011 101100111 110010 100110

Color Harmonies of #923133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923133

Black with #923133

Text Example


Text Example

White with #923133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923133; }

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

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

background-color css

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

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

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

border-color css

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

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

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