#b2260b

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

Shades of Fire Brick #B2260B

Tints of Fire Brick #B2260B

Color information

#B2260B (or 0xB2260B) is unknown color: approx Fire Brick. HEX triplet: B2, 26 and 0B. RGB value is (178,38,11). Sum of RGB (Red+Green+Blue) = 178+38+11=227 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.41% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 178 - color contains mainly: red. Hex color #B2260B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2260B is #4DD9F4. Grayscale: #4D4D4D. Windows color (decimal): -5102069 or 730802. OLE color: 730802.

HSL color Cylindrical-coordinate representation of color #B2260B: hue angle of 9.7º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2260B is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB1783811-
CMYK00.790.940.30
HSL9.7º88.36%37.06%-
HSV(B)9.7º93.82%69.8%-
XYZ19.1110.881.41-
YUV76.7890.88200.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 78.41%
GREEN value IS 38 (15.23% from 255) = 16.74%
BLUE value IS 11 (4.69% from 255) = 4.85%
R=78.41%
G=16.74%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178381100.790.940.309.788.3637.06
HexB226B04F5E1Ea5825
Octal26246130117136361213045
Binary1011001010011010110100111110111101111010101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2260b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2260b; }

 p { color: rgb(178,38,11); }

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

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

 a { background-color: rgb(178,38,11); }

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

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

 span { border-color: rgb(178,38,11); }

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