Html Css Color HEX #9B2E32 Guardsman Red

📋 copy color: '#9B2E32'

red 155 ◦ green 46 ◦ blue 50

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

Shades of Guardsman Red #9B2E32

Tints of Guardsman Red #9B2E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.33%

 BLUE value IS 50 (19.92% from 255) = 19.92%

R = 61.75%
G = 18.33%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B2E32 (or 0x9B2E32) is known color: Guardsman Red. HEX triplet: 9B, 2E and 32. RGB value is (155,46,50). Sum of RGB (Red+Green+Blue) = 155+46+50=251 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.75% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2E32 is #64D1CD. Grayscale: #4F4F4F. Windows color (decimal): -6607310 or 3288731. OLE color: 3288731.

HSL color Cylindrical-coordinate representation of color #9B2E32: hue angle of 357.8º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9B2E32 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 46 50 -
CMYK 0 0.70 0.68 0.39
HSL 357.8º 0.54% 0.39% -
HSV(B) 357.8º 0.7% 0.61% -
XYZ 15.07 9.15 3.99 -
YUV 79.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 155 46 50 0 0.70 0.68 0.39 357.8 0.54 0.39
Hex 9B 2E 32 0 46 44 27 166 36 27
Octal 233 56 62 0 106 104 47 546 66 47
Binary 10011011 101110 110010 0 1000110 1000100 100111 101100110 110110 100111

Color Harmonies of #9B2E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2E32

Black with #9B2E32

Text Example


Text Example

White with #9B2E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,46,50); }

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

background-color css

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

 a { background-color: rgb(155,46,50); }

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

border-color css

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

 span { border-color: rgb(155,46,50); }

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