#B3250C

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

Shades of Fire Brick #B3250C

Tints of Fire Brick #B3250C

Color information

#B3250C (or 0xB3250C) is unknown color: approx Fire Brick. HEX triplet: B3, 25 and 0C. RGB value is (179,37,12). Sum of RGB (Red+Green+Blue) = 179+37+12=228 (30% of max value = 765). Red value is 179 (70.31% from 255 or 78.51% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 179 - color contains mainly: red. Hex color #B3250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3250C is #4CDAF3. Grayscale: #4C4C4C. Windows color (decimal): -5036788 or 796083. OLE color: 796083.

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

Color convert

RGB1793712-
CMYK00.790.930.30
HSL8.98º87.43%37.45%-
HSV(B)8.98º93.3%70.2%-
XYZ19.3210.931.44-
YUV76.6191.54201.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 78.51%
GREEN value IS 37 (14.84% from 255) = 16.23%
BLUE value IS 12 (5.08% from 255) = 5.26%
R=78.51%
G=16.23%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179371200.790.930.308.9887.4337.45
HexB325C04F5D1E95725
Octal26345140117135361112745
Binary1011001110010111000100111110111011111010011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3250C; }

 p { color: rgb(179,37,12); }

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

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

 a { background-color: rgb(179,37,12); }

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

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

 span { border-color: rgb(179,37,12); }

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