Html Css Color HEX #983138 Guardsman Red

📋 copy color: '#983138'

red 152 ◦ green 49 ◦ blue 56

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

Shades of Guardsman Red #983138

Tints of Guardsman Red #983138

RGB

 RED value IS 152 (59.77% from 255) = 59.14%

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

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

R = 59.14%
G = 19.07%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#983138 (or 0x983138) is known color: Guardsman Red. HEX triplet: 98, 31 and 38. RGB value is (152,49,56). Sum of RGB (Red+Green+Blue) = 152+49+56=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #983138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983138 is #67CEC7. Grayscale: #505050. Windows color (decimal): -6803144 or 3682712. OLE color: 3682712.

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

Color convert

RGB 152 49 56 -
CMYK 0 0.68 0.63 0.40
HSL 355.92º 0.51% 0.39% -
HSV(B) 355.92º 0.68% 0.6% -
XYZ 14.76 9.16 4.73 -
YUV 80.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 152 49 56 0 0.68 0.63 0.40 355.92 0.51 0.39
Hex 98 31 38 0 44 3F 28 164 33 27
Octal 230 61 70 0 104 77 50 544 63 47
Binary 10011000 110001 111000 0 1000100 111111 101000 101100100 110011 100111

Color Harmonies of #983138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983138

Black with #983138

Text Example


Text Example

White with #983138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983138; }

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

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

background-color css

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

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

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

border-color css

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

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

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