Html Css Color HEX #9B2527 Guardsman Red

📋 copy color: '#9B2527'

red 155 ◦ green 37 ◦ blue 39

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

Shades of Guardsman Red #9B2527

Tints of Guardsman Red #9B2527

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.02%

 BLUE value IS 39 (15.63% from 255) = 16.88%

R = 67.1%
G = 16.02%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.39

RGB Variations

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

Color information

#9B2527 (or 0x9B2527) is known color: Guardsman Red. HEX triplet: 9B, 25 and 27. RGB value is (155,37,39). Sum of RGB (Red+Green+Blue) = 155+37+39=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2527 is #64DAD8. Grayscale: #484848. Windows color (decimal): -6609625 or 2565531. OLE color: 2565531.

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

Color convert

RGB 155 37 39 -
CMYK 0 0.76 0.75 0.39
HSL 358.98º 0.61% 0.38% -
HSV(B) 358.98º 0.76% 0.61% -
XYZ 14.55 8.44 2.78 -
YUV 72.51 109.09 186.84 -
System Red Green Blue C M Y K H S L
Decimal 155 37 39 0 0.76 0.75 0.39 358.98 0.61 0.38
Hex 9B 25 27 0 4C 4B 27 167 3D 26
Octal 233 45 47 0 114 113 47 547 75 46
Binary 10011011 100101 100111 0 1001100 1001011 100111 101100111 111101 100110

Color Harmonies of #9B2527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2527

Black with #9B2527

Text Example


Text Example

White with #9B2527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,37,39); }

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

background-color css

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

 a { background-color: rgb(155,37,39); }

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

border-color css

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

 span { border-color: rgb(155,37,39); }

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