Html Css Color HEX #982C35 Guardsman Red

📋 copy color: '#982C35'

red 152 ◦ green 44 ◦ blue 53

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

Shades of Guardsman Red #982C35

Tints of Guardsman Red #982C35

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.67%

 BLUE value IS 53 (21.09% from 255) = 21.29%

R = 61.04%
G = 17.67%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.40

RGB Variations

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

Color information

#982C35 (or 0x982C35) is known color: Guardsman Red. HEX triplet: 98, 2C and 35. RGB value is (152,44,53). Sum of RGB (Red+Green+Blue) = 152+44+53=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #982C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C35 is #67D3CA. Grayscale: #4D4D4D. Windows color (decimal): -6804427 or 3484824. OLE color: 3484824.

HSL color Cylindrical-coordinate representation of color #982C35: hue angle of 355º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #982C35 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 44 53 -
CMYK 0 0.71 0.65 0.40
HSL 355º 0.55% 0.38% -
HSV(B) 355º 0.71% 0.6% -
XYZ 14.49 8.73 4.29 -
YUV 77.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 152 44 53 0 0.71 0.65 0.40 355 0.55 0.38
Hex 98 2C 35 0 47 41 28 163 37 26
Octal 230 54 65 0 107 101 50 543 67 46
Binary 10011000 101100 110101 0 1000111 1000001 101000 101100011 110111 100110

Color Harmonies of #982C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982C35

Black with #982C35

Text Example


Text Example

White with #982C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982C35; }

 p { color: rgb(152,44,53); }

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

background-color css

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

 a { background-color: rgb(152,44,53); }

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

border-color css

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

 span { border-color: rgb(152,44,53); }

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