Html Css Color HEX #943234 Guardsman Red

📋 copy color: '#943234'

red 148 ◦ green 50 ◦ blue 52

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

Shades of Guardsman Red #943234

Tints of Guardsman Red #943234

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20%

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

R = 59.2%
G = 20%
B = 20.8%

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

#943234 (or 0x943234) is known color: Guardsman Red. HEX triplet: 94, 32 and 34. RGB value is (148,50,52). Sum of RGB (Red+Green+Blue) = 148+50+52=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #943234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943234 is #6BCDCB. Grayscale: #4F4F4F. Windows color (decimal): -7065036 or 3420820. OLE color: 3420820.

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

Color convert

RGB 148 50 52 -
CMYK 0 0.66 0.65 0.42
HSL 358.78º 0.49% 0.39% -
HSV(B) 358.78º 0.66% 0.58% -
XYZ 13.97 8.83 4.22 -
YUV 79.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 148 50 52 0 0.66 0.65 0.42 358.78 0.49 0.39
Hex 94 32 34 0 42 41 2A 167 31 27
Octal 224 62 64 0 102 101 52 547 61 47
Binary 10010100 110010 110100 0 1000010 1000001 101010 101100111 110001 100111

Color Harmonies of #943234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943234

Black with #943234

Text Example


Text Example

White with #943234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943234; }

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

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

background-color css

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

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

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

border-color css

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

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

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