Html Css Color HEX #9B2D2E Guardsman Red

📋 copy color: '#9B2D2E'

red 155 ◦ green 45 ◦ blue 46

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

Shades of Guardsman Red #9B2D2E

Tints of Guardsman Red #9B2D2E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.29%

 BLUE value IS 46 (18.36% from 255) = 18.7%

R = 63.01%
G = 18.29%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#9B2D2E (or 0x9B2D2E) is known color: Guardsman Red. HEX triplet: 9B, 2D and 2E. RGB value is (155,45,46). Sum of RGB (Red+Green+Blue) = 155+45+46=246 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.01% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2D2E is #64D2D1. Grayscale: #4E4E4E. Windows color (decimal): -6607570 or 3026331. OLE color: 3026331.

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

Color convert

RGB 155 45 46 -
CMYK 0 0.71 0.70 0.39
HSL 359.45º 0.55% 0.39% -
HSV(B) 359.45º 0.71% 0.61% -
XYZ 14.95 9.04 3.54 -
YUV 78 109.94 182.92 -
System Red Green Blue C M Y K H S L
Decimal 155 45 46 0 0.71 0.70 0.39 359.45 0.55 0.39
Hex 9B 2D 2E 0 47 46 27 167 37 27
Octal 233 55 56 0 107 106 47 547 67 47
Binary 10011011 101101 101110 0 1000111 1000110 100111 101100111 110111 100111

Color Harmonies of #9B2D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2D2E

Black with #9B2D2E

Text Example


Text Example

White with #9B2D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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