Html Css Color HEX #982C30 Guardsman Red

📋 copy color: '#982C30'

red 152 ◦ green 44 ◦ blue 48

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

Shades of Guardsman Red #982C30

Tints of Guardsman Red #982C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.67%

R = 62.3%
G = 18.03%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#982C30 (or 0x982C30) is known color: Guardsman Red. HEX triplet: 98, 2C and 30. RGB value is (152,44,48). Sum of RGB (Red+Green+Blue) = 152+44+48=244 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.30% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 152 - color contains mainly: red. Hex color #982C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982C30 is #67D3CF. Grayscale: #4C4C4C. Windows color (decimal): -6804432 or 3157144. OLE color: 3157144.

HSL color Cylindrical-coordinate representation of color #982C30: hue angle of 357.78º 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 #982C30 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 44 48 -
CMYK 0 0.71 0.68 0.40
HSL 357.78º 0.55% 0.38% -
HSV(B) 357.78º 0.71% 0.6% -
XYZ 14.38 8.69 3.72 -
YUV 76.75 111.78 181.67 -
System Red Green Blue C M Y K H S L
Decimal 152 44 48 0 0.71 0.68 0.40 357.78 0.55 0.38
Hex 98 2C 30 0 47 44 28 166 37 26
Octal 230 54 60 0 107 104 50 546 67 46
Binary 10011000 101100 110000 0 1000111 1000100 101000 101100110 110111 100110

Color Harmonies of #982C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982C30

Black with #982C30

Text Example


Text Example

White with #982C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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