Html Css Color HEX #923032 Guardsman Red

📋 copy color: '#923032'

red 146 ◦ green 48 ◦ blue 50

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

Shades of Guardsman Red #923032

Tints of Guardsman Red #923032

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.67%

 BLUE value IS 50 (19.92% from 255) = 20.49%

R = 59.84%
G = 19.67%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#923032 (or 0x923032) is known color: Guardsman Red. HEX triplet: 92, 30 and 32. RGB value is (146,48,50). Sum of RGB (Red+Green+Blue) = 146+48+50=244 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.84% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 146 - color contains mainly: red. Hex color #923032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #923032 is #6DCFCD. Grayscale: #4D4D4D. Windows color (decimal): -7196622 or 3289234. OLE color: 3289234.

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

Color convert

RGB 146 48 50 -
CMYK 0 0.67 0.66 0.43
HSL 358.78º 0.51% 0.38% -
HSV(B) 358.78º 0.67% 0.57% -
XYZ 13.49 8.46 3.94 -
YUV 77.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 146 48 50 0 0.67 0.66 0.43 358.78 0.51 0.38
Hex 92 30 32 0 43 42 2B 167 33 26
Octal 222 60 62 0 103 102 53 547 63 46
Binary 10010010 110000 110010 0 1000011 1000010 101011 101100111 110011 100110

Color Harmonies of #923032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #923032

Black with #923032

Text Example


Text Example

White with #923032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #923032; }

 p { color: rgb(146,48,50); }

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

background-color css

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

 a { background-color: rgb(146,48,50); }

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

border-color css

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

 span { border-color: rgb(146,48,50); }

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