#B02626

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

Shades of Fire Brick #B02626

Tints of Fire Brick #B02626

Color information

#B02626 (or 0xB02626) is unknown color: approx Fire Brick. HEX triplet: B0, 26 and 26. RGB value is (176,38,38). Sum of RGB (Red+Green+Blue) = 176+38+38=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B02626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02626 is #4FD9D9. Grayscale: #4F4F4F. Windows color (decimal): -5233114 or 2500272. OLE color: 2500272.

HSL color Cylindrical-coordinate representation of color #B02626: hue angle of 0º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02626 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB1763838-
CMYK00.780.780.31
HSL64.49%41.96%-
HSV(B)78.41%69.02%-
XYZ18.9510.762.91-
YUV79.26104.72197-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 69.84%
GREEN value IS 38 (15.23% from 255) = 15.08%
BLUE value IS 38 (15.23% from 255) = 15.08%
R=69.84%
G=15.08%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176383800.780.780.31064.4941.96
HexB0262604E4E1F0402a
Octal2604646011611637010052
Binary101100001001101001100100111010011101111101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02626; }

 p { color: rgb(176,38,38); }

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

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

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

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

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

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

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