#9B381E

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

Shades of Fire #9B381E

Tints of Fire #9B381E

Color information

#9B381E (or 0x9B381E) is unknown color: approx Fire. HEX triplet: 9B, 38 and 1E. RGB value is (155,56,30). Sum of RGB (Red+Green+Blue) = 155+56+30=241 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.32% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 155 - color contains mainly: red. Hex color #9B381E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B381E is #64C7E1. Grayscale: #525252. Windows color (decimal): -6604770 or 1980571. OLE color: 1980571.

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

Color convert

RGB1555630-
CMYK00.640.810.39
HSL12.48º67.57%36.27%-
HSV(B)12.48º80.65%60.78%-
XYZ15.179.892.34-
YUV82.6498.3179.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.32%
GREEN value IS 56 (22.27% from 255) = 23.24%
BLUE value IS 30 (12.11% from 255) = 12.45%
R=64.32%
G=23.24%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155563000.640.810.3912.4867.5736.27
Hex9B381E0405127c4424
Octal23370360100121471410444
Binary100110111110001111001000000101000110011111001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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