Html Css Color HEX #943039 Guardsman Red

📋 copy color: '#943039'

red 148 ◦ green 48 ◦ blue 57

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

Shades of Guardsman Red #943039

Tints of Guardsman Red #943039

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.97%

 BLUE value IS 57 (22.66% from 255) = 22.53%

R = 58.5%
G = 18.97%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#943039 (or 0x943039) is known color: Guardsman Red. HEX triplet: 94, 30 and 39. RGB value is (148,48,57). Sum of RGB (Red+Green+Blue) = 148+48+57=253 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.50% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 148 - color contains mainly: red. Hex color #943039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943039 is #6BCFC6. Grayscale: #4E4E4E. Windows color (decimal): -7065543 or 3747988. OLE color: 3747988.

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

Color convert

RGB 148 48 57 -
CMYK 0 0.68 0.61 0.42
HSL 354.6º 0.51% 0.38% -
HSV(B) 354.6º 0.68% 0.58% -
XYZ 14.01 8.71 4.81 -
YUV 78.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 148 48 57 0 0.68 0.61 0.42 354.6 0.51 0.38
Hex 94 30 39 0 44 3D 2A 163 33 26
Octal 224 60 71 0 104 75 52 543 63 46
Binary 10010100 110000 111001 0 1000100 111101 101010 101100011 110011 100110

Color Harmonies of #943039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943039

Black with #943039

Text Example


Text Example

White with #943039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943039; }

 p { color: rgb(148,48,57); }

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

background-color css

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

 a { background-color: rgb(148,48,57); }

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

border-color css

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

 span { border-color: rgb(148,48,57); }

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