Html Css Color HEX #9B3438 Guardsman Red

📋 copy color: '#9B3438'

red 155 ◦ green 52 ◦ blue 56

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

Shades of Guardsman Red #9B3438

Tints of Guardsman Red #9B3438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.77%

 BLUE value IS 56 (22.27% from 255) = 21.29%

R = 58.94%
G = 19.77%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.39

RGB Variations

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

Color information

#9B3438 (or 0x9B3438) is known color: Guardsman Red. HEX triplet: 9B, 34 and 38. RGB value is (155,52,56). Sum of RGB (Red+Green+Blue) = 155+52+56=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3438 is #64CBC7. Grayscale: #535353. Windows color (decimal): -6605768 or 3683483. OLE color: 3683483.

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

Color convert

RGB 155 52 56 -
CMYK 0 0.66 0.64 0.39
HSL 357.67º 0.5% 0.41% -
HSV(B) 357.67º 0.66% 0.61% -
XYZ 15.46 9.71 4.8 -
YUV 83.25 112.62 179.17 -
System Red Green Blue C M Y K H S L
Decimal 155 52 56 0 0.66 0.64 0.39 357.67 0.5 0.41
Hex 9B 34 38 0 42 40 27 166 32 29
Octal 233 64 70 0 102 100 47 546 62 51
Binary 10011011 110100 111000 0 1000010 1000000 100111 101100110 110010 101001

Color Harmonies of #9B3438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3438

Black with #9B3438

Text Example


Text Example

White with #9B3438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,52,56); }

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

background-color css

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

 a { background-color: rgb(155,52,56); }

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

border-color css

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

 span { border-color: rgb(155,52,56); }

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