Html Css Color HEX #9B2B2D Guardsman Red

📋 copy color: '#9B2B2D'

red 155 ◦ green 43 ◦ blue 45

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

Shades of Guardsman Red #9B2B2D

Tints of Guardsman Red #9B2B2D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.7%

 BLUE value IS 45 (17.97% from 255) = 18.52%

R = 63.79%
G = 17.7%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.71

 K value IS 0.39

RGB Variations

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

Color information

#9B2B2D (or 0x9B2B2D) is known color: Guardsman Red. HEX triplet: 9B, 2B and 2D. RGB value is (155,43,45). Sum of RGB (Red+Green+Blue) = 155+43+45=243 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.79% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2B2D is #64D4D2. Grayscale: #4C4C4C. Windows color (decimal): -6608083 or 2960283. OLE color: 2960283.

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

Color convert

RGB 155 43 45 -
CMYK 0 0.72 0.71 0.39
HSL 358.93º 0.57% 0.39% -
HSV(B) 358.93º 0.72% 0.61% -
XYZ 14.86 8.89 3.41 -
YUV 76.72 110.11 183.84 -
System Red Green Blue C M Y K H S L
Decimal 155 43 45 0 0.72 0.71 0.39 358.93 0.57 0.39
Hex 9B 2B 2D 0 48 47 27 167 39 27
Octal 233 53 55 0 110 107 47 547 71 47
Binary 10011011 101011 101101 0 1001000 1000111 100111 101100111 111001 100111

Color Harmonies of #9B2B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2B2D

Black with #9B2B2D

Text Example


Text Example

White with #9B2B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,43,45); }

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

background-color css

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

 a { background-color: rgb(155,43,45); }

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

border-color css

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

 span { border-color: rgb(155,43,45); }

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