Html Css Color HEX #943035 Guardsman Red

📋 copy color: '#943035'

red 148 ◦ green 48 ◦ blue 53

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

Shades of Guardsman Red #943035

Tints of Guardsman Red #943035

RGB

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

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

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

R = 59.44%
G = 19.28%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#943035 (or 0x943035) is known color: Guardsman Red. HEX triplet: 94, 30 and 35. RGB value is (148,48,53). Sum of RGB (Red+Green+Blue) = 148+48+53=249 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.44% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 148 - color contains mainly: red. Hex color #943035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943035 is #6BCFCA. Grayscale: #4E4E4E. Windows color (decimal): -7065547 or 3485844. OLE color: 3485844.

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

Color convert

RGB 148 48 53 -
CMYK 0 0.68 0.64 0.42
HSL 357º 0.51% 0.38% -
HSV(B) 357º 0.68% 0.58% -
XYZ 13.91 8.67 4.31 -
YUV 78.47 113.63 177.59 -
System Red Green Blue C M Y K H S L
Decimal 148 48 53 0 0.68 0.64 0.42 357 0.51 0.38
Hex 94 30 35 0 44 40 2A 165 33 26
Octal 224 60 65 0 104 100 52 545 63 46
Binary 10010100 110000 110101 0 1000100 1000000 101010 101100101 110011 100110

Color Harmonies of #943035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943035

Black with #943035

Text Example


Text Example

White with #943035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943035; }

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

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

background-color css

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

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

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

border-color css

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

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

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