Html Css Color HEX #953138 Guardsman Red

📋 copy color: '#953138'

red 149 ◦ green 49 ◦ blue 56

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

Shades of Guardsman Red #953138

Tints of Guardsman Red #953138

RGB

 RED value IS 149 (58.59% from 255) = 58.66%

 GREEN value IS 49 (19.53% from 255) = 19.29%

 BLUE value IS 56 (22.27% from 255) = 22.05%

R = 58.66%
G = 19.29%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#953138 (or 0x953138) is known color: Guardsman Red. HEX triplet: 95, 31 and 38. RGB value is (149,49,56). Sum of RGB (Red+Green+Blue) = 149+49+56=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #953138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953138 is #6ACEC7. Grayscale: #4F4F4F. Windows color (decimal): -6999752 or 3682709. OLE color: 3682709.

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

Color convert

RGB 149 49 56 -
CMYK 0 0.67 0.62 0.42
HSL 355.8º 0.51% 0.39% -
HSV(B) 355.8º 0.67% 0.58% -
XYZ 14.21 8.87 4.71 -
YUV 79.7 114.63 177.43 -
System Red Green Blue C M Y K H S L
Decimal 149 49 56 0 0.67 0.62 0.42 355.8 0.51 0.39
Hex 95 31 38 0 43 3E 2A 164 33 27
Octal 225 61 70 0 103 76 52 544 63 47
Binary 10010101 110001 111000 0 1000011 111110 101010 101100100 110011 100111

Color Harmonies of #953138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953138

Black with #953138

Text Example


Text Example

White with #953138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953138; }

 p { color: rgb(149,49,56); }

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

background-color css

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

 a { background-color: rgb(149,49,56); }

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

border-color css

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

 span { border-color: rgb(149,49,56); }

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