Html Css Color HEX #9B2F41 Guardsman Red

📋 copy color: '#9B2F41'

red 155 ◦ green 47 ◦ blue 65

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

Shades of Guardsman Red #9B2F41

Tints of Guardsman Red #9B2F41

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.6%

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

R = 58.05%
G = 17.6%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9B2F41 (or 0x9B2F41) is known color: Guardsman Red. HEX triplet: 9B, 2F and 41. RGB value is (155,47,65). Sum of RGB (Red+Green+Blue) = 155+47+65=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2F41 is #64D0BE. Grayscale: #515151. Windows color (decimal): -6607039 or 4272027. OLE color: 4272027.

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

Color convert

RGB 155 47 65 -
CMYK 0 0.70 0.58 0.39
HSL 350º 0.53% 0.4% -
HSV(B) 350º 0.7% 0.61% -
XYZ 15.49 9.38 6 -
YUV 81.34 118.78 180.54 -
System Red Green Blue C M Y K H S L
Decimal 155 47 65 0 0.70 0.58 0.39 350 0.53 0.4
Hex 9B 2F 41 0 46 3A 27 15E 35 28
Octal 233 57 101 0 106 72 47 536 65 50
Binary 10011011 101111 1000001 0 1000110 111010 100111 101011110 110101 101000

Color Harmonies of #9B2F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2F41

Black with #9B2F41

Text Example


Text Example

White with #9B2F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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