Html Css Color HEX #983338 Guardsman Red

📋 copy color: '#983338'

red 152 ◦ green 51 ◦ blue 56

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

Shades of Guardsman Red #983338

Tints of Guardsman Red #983338

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.69%

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

R = 58.69%
G = 19.69%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.40

RGB Variations

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

Color information

#983338 (or 0x983338) is known color: Guardsman Red. HEX triplet: 98, 33 and 38. RGB value is (152,51,56). Sum of RGB (Red+Green+Blue) = 152+51+56=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #983338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983338 is #67CCC7. Grayscale: #515151. Windows color (decimal): -6802632 or 3683224. OLE color: 3683224.

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

Color convert

RGB 152 51 56 -
CMYK 0 0.66 0.63 0.40
HSL 357.03º 0.5% 0.4% -
HSV(B) 357.03º 0.66% 0.6% -
XYZ 14.85 9.33 4.76 -
YUV 81.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 152 51 56 0 0.66 0.63 0.40 357.03 0.5 0.4
Hex 98 33 38 0 42 3F 28 165 32 28
Octal 230 63 70 0 102 77 50 545 62 50
Binary 10011000 110011 111000 0 1000010 111111 101000 101100101 110010 101000

Color Harmonies of #983338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983338

Black with #983338

Text Example


Text Example

White with #983338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983338; }

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

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

background-color css

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

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

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

border-color css

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

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

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