Html Css Color HEX #9B333C Guardsman Red

📋 copy color: '#9B333C'

red 155 ◦ green 51 ◦ blue 60

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

Shades of Guardsman Red #9B333C

Tints of Guardsman Red #9B333C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.17%

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

R = 58.27%
G = 19.17%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#9B333C (or 0x9B333C) is known color: Guardsman Red. HEX triplet: 9B, 33 and 3C. RGB value is (155,51,60). Sum of RGB (Red+Green+Blue) = 155+51+60=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B333C is #64CCC3. Grayscale: #535353. Windows color (decimal): -6606020 or 3945371. OLE color: 3945371.

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

Color convert

RGB 155 51 60 -
CMYK 0 0.67 0.61 0.39
HSL 354.81º 0.5% 0.4% -
HSV(B) 354.81º 0.67% 0.61% -
XYZ 15.52 9.66 5.32 -
YUV 83.12 114.96 179.27 -
System Red Green Blue C M Y K H S L
Decimal 155 51 60 0 0.67 0.61 0.39 354.81 0.5 0.4
Hex 9B 33 3C 0 43 3D 27 163 32 28
Octal 233 63 74 0 103 75 47 543 62 50
Binary 10011011 110011 111100 0 1000011 111101 100111 101100011 110010 101000

Color Harmonies of #9B333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B333C

Black with #9B333C

Text Example


Text Example

White with #9B333C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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