Html Css Color HEX #943334 Guardsman Red

📋 copy color: '#943334'

red 148 ◦ green 51 ◦ blue 52

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

Shades of Guardsman Red #943334

Tints of Guardsman Red #943334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.32%

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

R = 58.96%
G = 20.32%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#943334 (or 0x943334) is known color: Guardsman Red. HEX triplet: 94, 33 and 34. RGB value is (148,51,52). Sum of RGB (Red+Green+Blue) = 148+51+52=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 52 (20.70% from 255 or 20.72% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #943334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943334 is #6BCCCB. Grayscale: #505050. Windows color (decimal): -7064780 or 3421076. OLE color: 3421076.

HSL color Cylindrical-coordinate representation of color #943334: hue angle of 359.38º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #943334 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 51 52 -
CMYK 0 0.66 0.65 0.42
HSL 359.38º 0.49% 0.39% -
HSV(B) 359.38º 0.66% 0.58% -
XYZ 14.02 8.91 4.23 -
YUV 80.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 148 51 52 0 0.66 0.65 0.42 359.38 0.49 0.39
Hex 94 33 34 0 42 41 2A 167 31 27
Octal 224 63 64 0 102 101 52 547 61 47
Binary 10010100 110011 110100 0 1000010 1000001 101010 101100111 110001 100111

Color Harmonies of #943334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943334

Black with #943334

Text Example


Text Example

White with #943334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943334; }

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

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

background-color css

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

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

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

border-color css

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

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

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