Html Css Color HEX #943335 Guardsman Red

📋 copy color: '#943335'

red 148 ◦ green 51 ◦ blue 53

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

Shades of Guardsman Red #943335

Tints of Guardsman Red #943335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.03%

R = 58.73%
G = 20.24%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#943335 (or 0x943335) is known color: Guardsman Red. HEX triplet: 94, 33 and 35. RGB value is (148,51,53). Sum of RGB (Red+Green+Blue) = 148+51+53=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 53 (21.09% from 255 or 21.03% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #943335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943335 is #6BCCCA. Grayscale: #505050. Windows color (decimal): -7064779 or 3486612. OLE color: 3486612.

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

Color convert

RGB 148 51 53 -
CMYK 0 0.66 0.64 0.42
HSL 358.76º 0.49% 0.39% -
HSV(B) 358.76º 0.66% 0.58% -
XYZ 14.04 8.92 4.35 -
YUV 80.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 148 51 53 0 0.66 0.64 0.42 358.76 0.49 0.39
Hex 94 33 35 0 42 40 2A 167 31 27
Octal 224 63 65 0 102 100 52 547 61 47
Binary 10010100 110011 110101 0 1000010 1000000 101010 101100111 110001 100111

Color Harmonies of #943335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943335

Black with #943335

Text Example


Text Example

White with #943335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943335; }

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

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

background-color css

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

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

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

border-color css

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

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

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