Html Css Color HEX #942C2D Guardsman Red

📋 copy color: '#942C2D'

red 148 ◦ green 44 ◦ blue 45

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

Shades of Guardsman Red #942C2D

Tints of Guardsman Red #942C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.99%

R = 62.45%
G = 18.57%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#942C2D (or 0x942C2D) is known color: Guardsman Red. HEX triplet: 94, 2C and 2D. RGB value is (148,44,45). Sum of RGB (Red+Green+Blue) = 148+44+45=237 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.45% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 148 - color contains mainly: red. Hex color #942C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942C2D is #6BD3D2. Grayscale: #4B4B4B. Windows color (decimal): -7066579 or 2960532. OLE color: 2960532.

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

Color convert

RGB 148 44 45 -
CMYK 0 0.70 0.70 0.42
HSL 359.42º 0.54% 0.38% -
HSV(B) 359.42º 0.7% 0.58% -
XYZ 13.59 8.29 3.37 -
YUV 75.21 110.96 179.92 -
System Red Green Blue C M Y K H S L
Decimal 148 44 45 0 0.70 0.70 0.42 359.42 0.54 0.38
Hex 94 2C 2D 0 46 46 2A 167 36 26
Octal 224 54 55 0 106 106 52 547 66 46
Binary 10010100 101100 101101 0 1000110 1000110 101010 101100111 110110 100110

Color Harmonies of #942C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942C2D

Black with #942C2D

Text Example


Text Example

White with #942C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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