Html Css Color HEX #932E2F Guardsman Red

📋 copy color: '#932E2F'

red 147 ◦ green 46 ◦ blue 47

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

Shades of Guardsman Red #932E2F

Tints of Guardsman Red #932E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.58%

R = 61.25%
G = 19.17%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#932E2F (or 0x932E2F) is known color: Guardsman Red. HEX triplet: 93, 2E and 2F. RGB value is (147,46,47). Sum of RGB (Red+Green+Blue) = 147+46+47=240 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.25% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 147 - color contains mainly: red. Hex color #932E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932E2F is #6CD1D0. Grayscale: #4C4C4C. Windows color (decimal): -7131601 or 3092115. OLE color: 3092115.

HSL color Cylindrical-coordinate representation of color #932E2F: hue angle of 359.41º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #932E2F is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 46 47 -
CMYK 0 0.69 0.68 0.42
HSL 359.41º 0.52% 0.38% -
HSV(B) 359.41º 0.69% 0.58% -
XYZ 13.52 8.36 3.59 -
YUV 76.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 147 46 47 0 0.69 0.68 0.42 359.41 0.52 0.38
Hex 93 2E 2F 0 45 44 2A 167 34 26
Octal 223 56 57 0 105 104 52 547 64 46
Binary 10010011 101110 101111 0 1000101 1000100 101010 101100111 110100 100110

Color Harmonies of #932E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932E2F

Black with #932E2F

Text Example


Text Example

White with #932E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932E2F; }

 p { color: rgb(147,46,47); }

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

background-color css

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

 a { background-color: rgb(147,46,47); }

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

border-color css

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

 span { border-color: rgb(147,46,47); }

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