Html Css Color HEX #9B303F Guardsman Red

📋 copy color: '#9B303F'

red 155 ◦ green 48 ◦ blue 63

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

Shades of Guardsman Red #9B303F

Tints of Guardsman Red #9B303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.68%

R = 58.27%
G = 18.05%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#9B303F (or 0x9B303F) is known color: Guardsman Red. HEX triplet: 9B, 30 and 3F. RGB value is (155,48,63). Sum of RGB (Red+Green+Blue) = 155+48+63=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B303F is #64CFC0. Grayscale: #515151. Windows color (decimal): -6606785 or 4141211. OLE color: 4141211.

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

Color convert

RGB 155 48 63 -
CMYK 0 0.69 0.59 0.39
HSL 351.59º 0.53% 0.4% -
HSV(B) 351.59º 0.69% 0.61% -
XYZ 15.47 9.44 5.71 -
YUV 81.7 117.45 180.28 -
System Red Green Blue C M Y K H S L
Decimal 155 48 63 0 0.69 0.59 0.39 351.59 0.53 0.4
Hex 9B 30 3F 0 45 3B 27 160 35 28
Octal 233 60 77 0 105 73 47 540 65 50
Binary 10011011 110000 111111 0 1000101 111011 100111 101100000 110101 101000

Color Harmonies of #9B303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B303F

Black with #9B303F

Text Example


Text Example

White with #9B303F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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