Html Css Color HEX #922E32 Guardsman Red

📋 copy color: '#922E32'

red 146 ◦ green 46 ◦ blue 50

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

Shades of Guardsman Red #922E32

Tints of Guardsman Red #922E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.01%

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

R = 60.33%
G = 19.01%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#922E32 (or 0x922E32) is known color: Guardsman Red. HEX triplet: 92, 2E and 32. RGB value is (146,46,50). Sum of RGB (Red+Green+Blue) = 146+46+50=242 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.33% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 146 - color contains mainly: red. Hex color #922E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922E32 is #6DD1CD. Grayscale: #4C4C4C. Windows color (decimal): -7197134 or 3288722. OLE color: 3288722.

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

Color convert

RGB 146 46 50 -
CMYK 0 0.68 0.66 0.43
HSL 357.6º 0.52% 0.38% -
HSV(B) 357.6º 0.68% 0.57% -
XYZ 13.41 8.3 3.91 -
YUV 76.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 146 46 50 0 0.68 0.66 0.43 357.6 0.52 0.38
Hex 92 2E 32 0 44 42 2B 166 34 26
Octal 222 56 62 0 104 102 53 546 64 46
Binary 10010010 101110 110010 0 1000100 1000010 101011 101100110 110100 100110

Color Harmonies of #922E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922E32

Black with #922E32

Text Example


Text Example

White with #922E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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