Html Css Color HEX #982B2F Guardsman Red

📋 copy color: '#982B2F'

red 152 ◦ green 43 ◦ blue 47

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

Shades of Guardsman Red #982B2F

Tints of Guardsman Red #982B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.42%

R = 62.81%
G = 17.77%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#982B2F (or 0x982B2F) is known color: Guardsman Red. HEX triplet: 98, 2B and 2F. RGB value is (152,43,47). Sum of RGB (Red+Green+Blue) = 152+43+47=242 (32% of max value = 765). Red value is 152 (59.77% from 255 or 62.81% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 152 - color contains mainly: red. Hex color #982B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982B2F is #67D4D0. Grayscale: #4C4C4C. Windows color (decimal): -6804689 or 3091352. OLE color: 3091352.

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

Color convert

RGB 152 43 47 -
CMYK 0 0.72 0.69 0.40
HSL 357.8º 0.56% 0.38% -
HSV(B) 357.8º 0.72% 0.6% -
XYZ 14.33 8.61 3.6 -
YUV 76.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 152 43 47 0 0.72 0.69 0.40 357.8 0.56 0.38
Hex 98 2B 2F 0 48 45 28 166 38 26
Octal 230 53 57 0 110 105 50 546 70 46
Binary 10011000 101011 101111 0 1001000 1000101 101000 101100110 111000 100110

Color Harmonies of #982B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982B2F

Black with #982B2F

Text Example


Text Example

White with #982B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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