Html Css Color HEX #983436 Guardsman Red

📋 copy color: '#983436'

red 152 ◦ green 52 ◦ blue 54

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

Shades of Guardsman Red #983436

Tints of Guardsman Red #983436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.93%

R = 58.91%
G = 20.16%
B = 20.93%

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

#983436 (or 0x983436) is known color: Guardsman Red. HEX triplet: 98, 34 and 36. RGB value is (152,52,54). Sum of RGB (Red+Green+Blue) = 152+52+54=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #983436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983436 is #67CBC9. Grayscale: #525252. Windows color (decimal): -6802378 or 3552408. OLE color: 3552408.

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

Color convert

RGB 152 52 54 -
CMYK 0 0.66 0.64 0.40
HSL 358.8º 0.49% 0.4% -
HSV(B) 358.8º 0.66% 0.6% -
XYZ 14.84 9.4 4.52 -
YUV 82.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 152 52 54 0 0.66 0.64 0.40 358.8 0.49 0.4
Hex 98 34 36 0 42 40 28 167 31 28
Octal 230 64 66 0 102 100 50 547 61 50
Binary 10011000 110100 110110 0 1000010 1000000 101000 101100111 110001 101000

Color Harmonies of #983436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983436

Black with #983436

Text Example


Text Example

White with #983436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983436; }

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

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

background-color css

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

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

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

border-color css

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

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

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