Html Css Color HEX #9B3041 Guardsman Red

📋 copy color: '#9B3041'

red 155 ◦ green 48 ◦ blue 65

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

Shades of Guardsman Red #9B3041

Tints of Guardsman Red #9B3041

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.91%

 BLUE value IS 65 (25.78% from 255) = 24.25%

R = 57.84%
G = 17.91%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9B3041 (or 0x9B3041) is known color: Guardsman Red. HEX triplet: 9B, 30 and 41. RGB value is (155,48,65). Sum of RGB (Red+Green+Blue) = 155+48+65=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3041 is #64CFBE. Grayscale: #515151. Windows color (decimal): -6606783 or 4272283. OLE color: 4272283.

HSL color Cylindrical-coordinate representation of color #9B3041: hue angle of 350.47º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9B3041 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 48 65 -
CMYK 0 0.69 0.58 0.39
HSL 350.47º 0.53% 0.4% -
HSV(B) 350.47º 0.69% 0.61% -
XYZ 15.53 9.46 6.01 -
YUV 81.93 118.45 180.12 -
System Red Green Blue C M Y K H S L
Decimal 155 48 65 0 0.69 0.58 0.39 350.47 0.53 0.4
Hex 9B 30 41 0 45 3A 27 15E 35 28
Octal 233 60 101 0 105 72 47 536 65 50
Binary 10011011 110000 1000001 0 1000101 111010 100111 101011110 110101 101000

Color Harmonies of #9B3041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3041

Black with #9B3041

Text Example


Text Example

White with #9B3041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,48,65); }

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

background-color css

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

 a { background-color: rgb(155,48,65); }

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

border-color css

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

 span { border-color: rgb(155,48,65); }

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