Html Css Color HEX #9B282C Guardsman Red

📋 copy color: '#9B282C'

red 155 ◦ green 40 ◦ blue 44

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

Shades of Guardsman Red #9B282C

Tints of Guardsman Red #9B282C

RGB

 RED value IS 155 (60.94% from 255) = 64.85%

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

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

R = 64.85%
G = 16.74%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.72

 K value IS 0.39

RGB Variations

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

Color information

#9B282C (or 0x9B282C) is known color: Guardsman Red. HEX triplet: 9B, 28 and 2C. RGB value is (155,40,44). Sum of RGB (Red+Green+Blue) = 155+40+44=239 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.85% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 155 - color contains mainly: red. Hex color #9B282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B282C is #64D7D3. Grayscale: #4A4A4A. Windows color (decimal): -6608852 or 2893979. OLE color: 2893979.

HSL color Cylindrical-coordinate representation of color #9B282C: hue angle of 357.91º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B282C is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 40 44 -
CMYK 0 0.74 0.72 0.39
HSL 357.91º 0.59% 0.38% -
HSV(B) 357.91º 0.74% 0.61% -
XYZ 14.73 8.67 3.28 -
YUV 74.84 110.6 185.17 -
System Red Green Blue C M Y K H S L
Decimal 155 40 44 0 0.74 0.72 0.39 357.91 0.59 0.38
Hex 9B 28 2C 0 4A 48 27 166 3B 26
Octal 233 50 54 0 112 110 47 546 73 46
Binary 10011011 101000 101100 0 1001010 1001000 100111 101100110 111011 100110

Color Harmonies of #9B282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B282C

Black with #9B282C

Text Example


Text Example

White with #9B282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B282C; }

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

 H1.HeaderClassName
 {
   color: #9B282C;
 }
 .AnyTagClassName
 {
   color: #9B282C;
 }
</style>

background-color css

<style>
 a { background-color: #9B282C; }

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

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

border-color css

<style>
 span { border-color: #9B282C; }

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

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