Html Css Color HEX #982A2D Guardsman Red

📋 copy color: '#982A2D'

red 152 ◦ green 42 ◦ blue 45

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

Shades of Guardsman Red #982A2D

Tints of Guardsman Red #982A2D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.57%

 BLUE value IS 45 (17.97% from 255) = 18.83%

R = 63.6%
G = 17.57%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#982A2D (or 0x982A2D) is known color: Guardsman Red. HEX triplet: 98, 2A and 2D. RGB value is (152,42,45). Sum of RGB (Red+Green+Blue) = 152+42+45=239 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.60% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 152 - color contains mainly: red. Hex color #982A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982A2D is #67D5D2. Grayscale: #4B4B4B. Windows color (decimal): -6804947 or 2960024. OLE color: 2960024.

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

Color convert

RGB 152 42 45 -
CMYK 0 0.72 0.70 0.40
HSL 358.36º 0.57% 0.38% -
HSV(B) 358.36º 0.72% 0.6% -
XYZ 14.25 8.52 3.38 -
YUV 75.23 110.94 182.76 -
System Red Green Blue C M Y K H S L
Decimal 152 42 45 0 0.72 0.70 0.40 358.36 0.57 0.38
Hex 98 2A 2D 0 48 46 28 166 39 26
Octal 230 52 55 0 110 106 50 546 71 46
Binary 10011000 101010 101101 0 1001000 1000110 101000 101100110 111001 100110

Color Harmonies of #982A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982A2D

Black with #982A2D

Text Example


Text Example

White with #982A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,42,45); }

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

background-color css

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

 a { background-color: rgb(152,42,45); }

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

border-color css

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

 span { border-color: rgb(152,42,45); }

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