Html Css Color HEX #98282C Guardsman Red

📋 copy color: '#98282C'

red 152 ◦ green 40 ◦ blue 44

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

Shades of Guardsman Red #98282C

Tints of Guardsman Red #98282C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.64%

R = 64.41%
G = 16.95%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#98282C (or 0x98282C) is known color: Guardsman Red. HEX triplet: 98, 28 and 2C. RGB value is (152,40,44). Sum of RGB (Red+Green+Blue) = 152+40+44=236 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.41% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 152 - color contains mainly: red. Hex color #98282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98282C is #67D7D3. Grayscale: #4A4A4A. Windows color (decimal): -6805460 or 2893976. OLE color: 2893976.

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

Color convert

RGB 152 40 44 -
CMYK 0 0.74 0.71 0.40
HSL 357.86º 0.58% 0.38% -
HSV(B) 357.86º 0.74% 0.6% -
XYZ 14.16 8.37 3.25 -
YUV 73.94 111.11 183.67 -
System Red Green Blue C M Y K H S L
Decimal 152 40 44 0 0.74 0.71 0.40 357.86 0.58 0.38
Hex 98 28 2C 0 4A 47 28 166 3A 26
Octal 230 50 54 0 112 107 50 546 72 46
Binary 10011000 101000 101100 0 1001010 1000111 101000 101100110 111010 100110

Color Harmonies of #98282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98282C

Black with #98282C

Text Example


Text Example

White with #98282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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