#B02A25

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

Shades of Fire Brick #B02A25

Tints of Fire Brick #B02A25

Color information

#B02A25 (or 0xB02A25) is unknown color: approx Fire Brick. HEX triplet: B0, 2A and 25. RGB value is (176,42,37). Sum of RGB (Red+Green+Blue) = 176+42+37=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02A25 is #4FD5DA. Grayscale: #515151. Windows color (decimal): -5232091 or 2435760. OLE color: 2435760.

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

Color convert

RGB1764237-
CMYK00.760.790.31
HSL2.16º65.26%41.76%-
HSV(B)2.16º78.98%69.02%-
XYZ19.0711.022.87-
YUV81.5102.89195.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 69.02%
GREEN value IS 42 (16.80% from 255) = 16.47%
BLUE value IS 37 (14.84% from 255) = 14.51%
R=69.02%
G=16.47%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176423700.760.790.312.1665.2641.76
HexB02A2504C4F1F2412a
Octal2605245011411737210152
Binary1011000010101010010101001100100111111111101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02A25; }

 p { color: rgb(176,42,37); }

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

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

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

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

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

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

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