Html Css Color HEX #9B2D2F Guardsman Red

📋 copy color: '#9B2D2F'

red 155 ◦ green 45 ◦ blue 47

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

Shades of Guardsman Red #9B2D2F

Tints of Guardsman Red #9B2D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.03%

R = 62.75%
G = 18.22%
B = 19.03%

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

#9B2D2F (or 0x9B2D2F) is known color: Guardsman Red. HEX triplet: 9B, 2D and 2F. RGB value is (155,45,47). Sum of RGB (Red+Green+Blue) = 155+45+47=247 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.75% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2D2F is #64D2D0. Grayscale: #4E4E4E. Windows color (decimal): -6607569 or 3091867. OLE color: 3091867.

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

Color convert

RGB 155 45 47 -
CMYK 0 0.71 0.70 0.39
HSL 358.91º 0.55% 0.39% -
HSV(B) 358.91º 0.71% 0.61% -
XYZ 14.97 9.05 3.65 -
YUV 78.12 110.44 182.84 -
System Red Green Blue C M Y K H S L
Decimal 155 45 47 0 0.71 0.70 0.39 358.91 0.55 0.39
Hex 9B 2D 2F 0 47 46 27 167 37 27
Octal 233 55 57 0 107 106 47 547 67 47
Binary 10011011 101101 101111 0 1000111 1000110 100111 101100111 110111 100111

Color Harmonies of #9B2D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2D2F

Black with #9B2D2F

Text Example


Text Example

White with #9B2D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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