Html Css Color HEX #9B303C Guardsman Red

📋 copy color: '#9B303C'

red 155 ◦ green 48 ◦ blue 60

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

Shades of Guardsman Red #9B303C

Tints of Guardsman Red #9B303C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.81%

R = 58.94%
G = 18.25%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#9B303C (or 0x9B303C) is known color: Guardsman Red. HEX triplet: 9B, 30 and 3C. RGB value is (155,48,60). Sum of RGB (Red+Green+Blue) = 155+48+60=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B303C is #64CFC3. Grayscale: #515151. Windows color (decimal): -6606788 or 3944603. OLE color: 3944603.

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

Color convert

RGB 155 48 60 -
CMYK 0 0.69 0.61 0.39
HSL 353.27º 0.53% 0.4% -
HSV(B) 353.27º 0.69% 0.61% -
XYZ 15.39 9.41 5.28 -
YUV 81.36 115.95 180.52 -
System Red Green Blue C M Y K H S L
Decimal 155 48 60 0 0.69 0.61 0.39 353.27 0.53 0.4
Hex 9B 30 3C 0 45 3D 27 161 35 28
Octal 233 60 74 0 105 75 47 541 65 50
Binary 10011011 110000 111100 0 1000101 111101 100111 101100001 110101 101000

Color Harmonies of #9B303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B303C

Black with #9B303C

Text Example


Text Example

White with #9B303C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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