Html Css Color HEX #942C2E Guardsman Red

📋 copy color: '#942C2E'

red 148 ◦ green 44 ◦ blue 46

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

Shades of Guardsman Red #942C2E

Tints of Guardsman Red #942C2E

RGB

 RED value IS 148 (58.2% from 255) = 62.18%

 GREEN value IS 44 (17.58% from 255) = 18.49%

 BLUE value IS 46 (18.36% from 255) = 19.33%

R = 62.18%
G = 18.49%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#942C2E (or 0x942C2E) is known color: Guardsman Red. HEX triplet: 94, 2C and 2E. RGB value is (148,44,46). Sum of RGB (Red+Green+Blue) = 148+44+46=238 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.18% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 148 - color contains mainly: red. Hex color #942C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942C2E is #6BD3D1. Grayscale: #4B4B4B. Windows color (decimal): -7066578 or 3026068. OLE color: 3026068.

HSL color Cylindrical-coordinate representation of color #942C2E: hue angle of 358.85º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #942C2E is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 44 46 -
CMYK 0 0.70 0.69 0.42
HSL 358.85º 0.54% 0.38% -
HSV(B) 358.85º 0.7% 0.58% -
XYZ 13.61 8.29 3.47 -
YUV 75.32 111.46 179.84 -
System Red Green Blue C M Y K H S L
Decimal 148 44 46 0 0.70 0.69 0.42 358.85 0.54 0.38
Hex 94 2C 2E 0 46 45 2A 167 36 26
Octal 224 54 56 0 106 105 52 547 66 46
Binary 10010100 101100 101110 0 1000110 1000101 101010 101100111 110110 100110

Color Harmonies of #942C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942C2E

Black with #942C2E

Text Example


Text Example

White with #942C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942C2E; }

 p { color: rgb(148,44,46); }

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

background-color css

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

 a { background-color: rgb(148,44,46); }

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

border-color css

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

 span { border-color: rgb(148,44,46); }

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