Html Css Color HEX #942D34 Guardsman Red

📋 copy color: '#942D34'

red 148 ◦ green 45 ◦ blue 52

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

Shades of Guardsman Red #942D34

Tints of Guardsman Red #942D34

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.37%

 BLUE value IS 52 (20.7% from 255) = 21.22%

R = 60.41%
G = 18.37%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#942D34 (or 0x942D34) is known color: Guardsman Red. HEX triplet: 94, 2D and 34. RGB value is (148,45,52). Sum of RGB (Red+Green+Blue) = 148+45+52=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 52 (20.70% from 255 or 21.22% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #942D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942D34 is #6BD2CB. Grayscale: #4C4C4C. Windows color (decimal): -7066316 or 3419540. OLE color: 3419540.

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

Color convert

RGB 148 45 52 -
CMYK 0 0.70 0.65 0.42
HSL 355.92º 0.53% 0.38% -
HSV(B) 355.92º 0.7% 0.58% -
XYZ 13.77 8.42 4.15 -
YUV 76.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 148 45 52 0 0.70 0.65 0.42 355.92 0.53 0.38
Hex 94 2D 34 0 46 41 2A 164 35 26
Octal 224 55 64 0 106 101 52 544 65 46
Binary 10010100 101101 110100 0 1000110 1000001 101010 101100100 110101 100110

Color Harmonies of #942D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942D34

Black with #942D34

Text Example


Text Example

White with #942D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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