Html Css Color HEX #9B2528 Guardsman Red

📋 copy color: '#9B2528'

red 155 ◦ green 37 ◦ blue 40

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

Shades of Guardsman Red #9B2528

Tints of Guardsman Red #9B2528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.24%

R = 66.81%
G = 15.95%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.39

RGB Variations

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

Color information

#9B2528 (or 0x9B2528) is known color: Guardsman Red. HEX triplet: 9B, 25 and 28. RGB value is (155,37,40). Sum of RGB (Red+Green+Blue) = 155+37+40=232 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.81% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2528 is #64DAD7. Grayscale: #484848. Windows color (decimal): -6609624 or 2631067. OLE color: 2631067.

HSL color Cylindrical-coordinate representation of color #9B2528: hue angle of 358.47º 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 #9B2528 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 37 40 -
CMYK 0 0.76 0.74 0.39
HSL 358.47º 0.61% 0.38% -
HSV(B) 358.47º 0.76% 0.61% -
XYZ 14.56 8.44 2.87 -
YUV 72.62 109.59 186.76 -
System Red Green Blue C M Y K H S L
Decimal 155 37 40 0 0.76 0.74 0.39 358.47 0.61 0.38
Hex 9B 25 28 0 4C 4A 27 166 3D 26
Octal 233 45 50 0 114 112 47 546 75 46
Binary 10011011 100101 101000 0 1001100 1001010 100111 101100110 111101 100110

Color Harmonies of #9B2528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2528

Black with #9B2528

Text Example


Text Example

White with #9B2528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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