#9B381B

Color #9B381B Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire #9B381B

Tints of Fire #9B381B

Color information

#9B381B (or 0x9B381B) is unknown color: approx Fire. HEX triplet: 9B, 38 and 1B. RGB value is (155,56,27). Sum of RGB (Red+Green+Blue) = 155+56+27=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B381B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B381B is #64C7E4. Grayscale: #525252. Windows color (decimal): -6604773 or 1783963. OLE color: 1783963.

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

Color convert

RGB1555627-
CMYK00.640.830.39
HSL13.59º70.33%35.69%-
HSV(B)13.59º82.58%60.78%-
XYZ15.139.882.15-
YUV82.396.8179.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 65.13%
GREEN value IS 56 (22.27% from 255) = 23.53%
BLUE value IS 27 (10.94% from 255) = 11.34%
R=65.13%
G=23.53%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155562700.640.830.3913.5970.3335.69
Hex9B381B0405327e4624
Octal23370330100123471610644
Binary100110111110001101101000000101001110011111101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B381B;
 }
 .AnyTagClassName
 {
   color: #9B381B;
 }
</style>
background-color css

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

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

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

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

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

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