Html Css Color HEX #982829 Guardsman Red

📋 copy color: '#982829'

red 152 ◦ green 40 ◦ blue 41

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

Shades of Guardsman Red #982829

Tints of Guardsman Red #982829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.17%

 BLUE value IS 41 (16.41% from 255) = 17.6%

R = 65.24%
G = 17.17%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#982829 (or 0x982829) is known color: Guardsman Red. HEX triplet: 98, 28 and 29. RGB value is (152,40,41). Sum of RGB (Red+Green+Blue) = 152+40+41=233 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.24% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 152 - color contains mainly: red. Hex color #982829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982829 is #67D7D6. Grayscale: #494949. Windows color (decimal): -6805463 or 2697368. OLE color: 2697368.

HSL color Cylindrical-coordinate representation of color #982829: hue angle of 359.46º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #982829 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 40 41 -
CMYK 0 0.74 0.73 0.40
HSL 359.46º 0.58% 0.38% -
HSV(B) 359.46º 0.74% 0.6% -
XYZ 14.11 8.35 2.97 -
YUV 73.6 109.61 183.92 -
System Red Green Blue C M Y K H S L
Decimal 152 40 41 0 0.74 0.73 0.40 359.46 0.58 0.38
Hex 98 28 29 0 4A 49 28 167 3A 26
Octal 230 50 51 0 112 111 50 547 72 46
Binary 10011000 101000 101001 0 1001010 1001001 101000 101100111 111010 100110

Color Harmonies of #982829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982829

Black with #982829

Text Example


Text Example

White with #982829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982829; }

 p { color: rgb(152,40,41); }

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

background-color css

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

 a { background-color: rgb(152,40,41); }

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

border-color css

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

 span { border-color: rgb(152,40,41); }

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