Html Css Color HEX #982B2D Guardsman Red

📋 copy color: '#982B2D'

red 152 ◦ green 43 ◦ blue 45

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

Shades of Guardsman Red #982B2D

Tints of Guardsman Red #982B2D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.92%

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

R = 63.33%
G = 17.92%
B = 18.75%

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

#982B2D (or 0x982B2D) is known color: Guardsman Red. HEX triplet: 98, 2B and 2D. RGB value is (152,43,45). Sum of RGB (Red+Green+Blue) = 152+43+45=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #982B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982B2D is #67D4D2. Grayscale: #4B4B4B. Windows color (decimal): -6804691 or 2960280. OLE color: 2960280.

HSL color Cylindrical-coordinate representation of color #982B2D: hue angle of 358.9º degrees, saturation: 0.56, 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 #982B2D is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 43 45 -
CMYK 0 0.72 0.70 0.40
HSL 358.9º 0.56% 0.38% -
HSV(B) 358.9º 0.72% 0.6% -
XYZ 14.29 8.59 3.39 -
YUV 75.82 110.61 182.34 -
System Red Green Blue C M Y K H S L
Decimal 152 43 45 0 0.72 0.70 0.40 358.9 0.56 0.38
Hex 98 2B 2D 0 48 46 28 167 38 26
Octal 230 53 55 0 110 106 50 547 70 46
Binary 10011000 101011 101101 0 1001000 1000110 101000 101100111 111000 100110

Color Harmonies of #982B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982B2D

Black with #982B2D

Text Example


Text Example

White with #982B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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