Html Css Color HEX #983437 Guardsman Red

📋 copy color: '#983437'

red 152 ◦ green 52 ◦ blue 55

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

Shades of Guardsman Red #983437

Tints of Guardsman Red #983437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.08%

 BLUE value IS 55 (21.88% from 255) = 21.24%

R = 58.69%
G = 20.08%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#983437 (or 0x983437) is known color: Guardsman Red. HEX triplet: 98, 34 and 37. RGB value is (152,52,55). Sum of RGB (Red+Green+Blue) = 152+52+55=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #983437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983437 is #67CBC8. Grayscale: #525252. Windows color (decimal): -6802377 or 3617944. OLE color: 3617944.

HSL color Cylindrical-coordinate representation of color #983437: hue angle of 358.2º degrees, saturation: 0.49, 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 #983437 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 52 55 -
CMYK 0 0.66 0.64 0.40
HSL 358.2º 0.49% 0.4% -
HSV(B) 358.2º 0.66% 0.6% -
XYZ 14.87 9.41 4.65 -
YUV 82.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 152 52 55 0 0.66 0.64 0.40 358.2 0.49 0.4
Hex 98 34 37 0 42 40 28 166 31 28
Octal 230 64 67 0 102 100 50 546 61 50
Binary 10011000 110100 110111 0 1000010 1000000 101000 101100110 110001 101000

Color Harmonies of #983437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983437

Black with #983437

Text Example


Text Example

White with #983437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983437; }

 p { color: rgb(152,52,55); }

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

background-color css

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

 a { background-color: rgb(152,52,55); }

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

border-color css

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

 span { border-color: rgb(152,52,55); }

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