Html Css Color HEX #953038 Guardsman Red

📋 copy color: '#953038'

red 149 ◦ green 48 ◦ blue 56

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

Shades of Guardsman Red #953038

Tints of Guardsman Red #953038

RGB

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

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

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

R = 58.89%
G = 18.97%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#953038 (or 0x953038) is known color: Guardsman Red. HEX triplet: 95, 30 and 38. RGB value is (149,48,56). Sum of RGB (Red+Green+Blue) = 149+48+56=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #953038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953038 is #6ACFC7. Grayscale: #4F4F4F. Windows color (decimal): -7000008 or 3682453. OLE color: 3682453.

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

Color convert

RGB 149 48 56 -
CMYK 0 0.68 0.62 0.42
HSL 355.25º 0.51% 0.39% -
HSV(B) 355.25º 0.68% 0.58% -
XYZ 14.17 8.79 4.69 -
YUV 79.11 114.96 177.85 -
System Red Green Blue C M Y K H S L
Decimal 149 48 56 0 0.68 0.62 0.42 355.25 0.51 0.39
Hex 95 30 38 0 44 3E 2A 163 33 27
Octal 225 60 70 0 104 76 52 543 63 47
Binary 10010101 110000 111000 0 1000100 111110 101010 101100011 110011 100111

Color Harmonies of #953038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953038

Black with #953038

Text Example


Text Example

White with #953038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953038; }

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

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

background-color css

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

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

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

border-color css

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

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

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