Html Css Color HEX #982F3C Guardsman Red

📋 copy color: '#982F3C'

red 152 ◦ green 47 ◦ blue 60

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

Shades of Guardsman Red #982F3C

Tints of Guardsman Red #982F3C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.15%

 BLUE value IS 60 (23.83% from 255) = 23.17%

R = 58.69%
G = 18.15%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.40

RGB Variations

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

Color information

#982F3C (or 0x982F3C) is known color: Guardsman Red. HEX triplet: 98, 2F and 3C. RGB value is (152,47,60). Sum of RGB (Red+Green+Blue) = 152+47+60=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #982F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982F3C is #67D0C3. Grayscale: #4F4F4F. Windows color (decimal): -6803652 or 3944344. OLE color: 3944344.

HSL color Cylindrical-coordinate representation of color #982F3C: hue angle of 352.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #982F3C is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 47 60 -
CMYK 0 0.69 0.61 0.40
HSL 352.57º 0.53% 0.39% -
HSV(B) 352.57º 0.69% 0.6% -
XYZ 14.78 9.03 5.24 -
YUV 79.88 116.79 179.44 -
System Red Green Blue C M Y K H S L
Decimal 152 47 60 0 0.69 0.61 0.40 352.57 0.53 0.39
Hex 98 2F 3C 0 45 3D 28 161 35 27
Octal 230 57 74 0 105 75 50 541 65 47
Binary 10011000 101111 111100 0 1000101 111101 101000 101100001 110101 100111

Color Harmonies of #982F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982F3C

Black with #982F3C

Text Example


Text Example

White with #982F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,47,60); }

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

background-color css

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

 a { background-color: rgb(152,47,60); }

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

border-color css

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

 span { border-color: rgb(152,47,60); }

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