#B22612

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

Shades of Fire Brick #B22612

Tints of Fire Brick #B22612

Color information

#B22612 (or 0xB22612) is unknown color: approx Fire Brick. HEX triplet: B2, 26 and 12. RGB value is (178,38,18). Sum of RGB (Red+Green+Blue) = 178+38+18=234 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.07% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 178 - color contains mainly: red. Hex color #B22612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22612 is #4DD9ED. Grayscale: #4D4D4D. Windows color (decimal): -5102062 or 1189554. OLE color: 1189554.

HSL color Cylindrical-coordinate representation of color #B22612: hue angle of 7.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B22612 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB1783818-
CMYK00.790.900.30
HSL7.5º81.63%38.43%-
HSV(B)7.5º89.89%69.8%-
XYZ19.1610.891.67-
YUV77.5894.38199.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 76.07%
GREEN value IS 38 (15.23% from 255) = 16.24%
BLUE value IS 18 (7.42% from 255) = 7.69%
R=76.07%
G=16.24%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178381800.790.900.307.581.6338.43
HexB2261204F5A1E85226
Octal26246220117132361012246
Binary10110010100110100100100111110110101111010001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22612; }

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

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

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

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

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

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

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

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