Html Css Color HEX #98282B Guardsman Red

📋 copy color: '#98282B'

red 152 ◦ green 40 ◦ blue 43

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

Shades of Guardsman Red #98282B

Tints of Guardsman Red #98282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.3%

R = 64.68%
G = 17.02%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.40

RGB Variations

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

Color information

#98282B (or 0x98282B) is known color: Guardsman Red. HEX triplet: 98, 28 and 2B. RGB value is (152,40,43). Sum of RGB (Red+Green+Blue) = 152+40+43=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 43 (17.19% from 255 or 18.30% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #98282B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98282B is #67D7D4. Grayscale: #494949. Windows color (decimal): -6805461 or 2828440. OLE color: 2828440.

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

Color convert

RGB 152 40 43 -
CMYK 0 0.74 0.72 0.40
HSL 358.39º 0.58% 0.38% -
HSV(B) 358.39º 0.74% 0.6% -
XYZ 14.14 8.37 3.16 -
YUV 73.83 110.61 183.76 -
System Red Green Blue C M Y K H S L
Decimal 152 40 43 0 0.74 0.72 0.40 358.39 0.58 0.38
Hex 98 28 2B 0 4A 48 28 166 3A 26
Octal 230 50 53 0 112 110 50 546 72 46
Binary 10011000 101000 101011 0 1001010 1001000 101000 101100110 111010 100110

Color Harmonies of #98282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98282B

Black with #98282B

Text Example


Text Example

White with #98282B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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