Html Css Color HEX #9B2E30 Guardsman Red

📋 copy color: '#9B2E30'

red 155 ◦ green 46 ◦ blue 48

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

Shades of Guardsman Red #9B2E30

Tints of Guardsman Red #9B2E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.28%

R = 62.25%
G = 18.47%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#9B2E30 (or 0x9B2E30) is known color: Guardsman Red. HEX triplet: 9B, 2E and 30. RGB value is (155,46,48). Sum of RGB (Red+Green+Blue) = 155+46+48=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2E30 is #64D1CF. Grayscale: #4E4E4E. Windows color (decimal): -6607312 or 3157659. OLE color: 3157659.

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

Color convert

RGB 155 46 48 -
CMYK 0 0.70 0.69 0.39
HSL 358.9º 0.54% 0.39% -
HSV(B) 358.9º 0.7% 0.61% -
XYZ 15.03 9.14 3.77 -
YUV 78.82 110.61 182.34 -
System Red Green Blue C M Y K H S L
Decimal 155 46 48 0 0.70 0.69 0.39 358.9 0.54 0.39
Hex 9B 2E 30 0 46 45 27 167 36 27
Octal 233 56 60 0 106 105 47 547 66 47
Binary 10011011 101110 110000 0 1000110 1000101 100111 101100111 110110 100111

Color Harmonies of #9B2E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2E30

Black with #9B2E30

Text Example


Text Example

White with #9B2E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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