Html Css Color HEX #942C2F Guardsman Red

📋 copy color: '#942C2F'

red 148 ◦ green 44 ◦ blue 47

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

Shades of Guardsman Red #942C2F

Tints of Guardsman Red #942C2F

RGB

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

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

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

R = 61.92%
G = 18.41%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#942C2F (or 0x942C2F) is known color: Guardsman Red. HEX triplet: 94, 2C and 2F. RGB value is (148,44,47). Sum of RGB (Red+Green+Blue) = 148+44+47=239 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.92% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 148 - color contains mainly: red. Hex color #942C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942C2F is #6BD3D0. Grayscale: #4B4B4B. Windows color (decimal): -7066577 or 3091604. OLE color: 3091604.

HSL color Cylindrical-coordinate representation of color #942C2F: hue angle of 358.27º 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 #942C2F is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 44 47 -
CMYK 0 0.70 0.68 0.42
HSL 358.27º 0.54% 0.38% -
HSV(B) 358.27º 0.7% 0.58% -
XYZ 13.63 8.3 3.57 -
YUV 75.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 148 44 47 0 0.70 0.68 0.42 358.27 0.54 0.38
Hex 94 2C 2F 0 46 44 2A 166 36 26
Octal 224 54 57 0 106 104 52 546 66 46
Binary 10010100 101100 101111 0 1000110 1000100 101010 101100110 110110 100110

Color Harmonies of #942C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942C2F

Black with #942C2F

Text Example


Text Example

White with #942C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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