#B92929

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

Shades of Fire Brick #B92929

Tints of Fire Brick #B92929

Color information

#B92929 (or 0xB92929) is unknown color: approx Fire Brick. HEX triplet: B9, 29 and 29. RGB value is (185,41,41). Sum of RGB (Red+Green+Blue) = 185+41+41=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B92929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92929 is #46D6D6. Grayscale: #545454. Windows color (decimal): -4642519 or 2697657. OLE color: 2697657.

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

Color convert

RGB1854141-
CMYK00.780.780.27
HSL63.72%44.31%-
HSV(B)77.84%72.55%-
XYZ21.212.063.31-
YUV84.06103.71200-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 69.29%
GREEN value IS 41 (16.41% from 255) = 15.36%
BLUE value IS 41 (16.41% from 255) = 15.36%
R=69.29%
G=15.36%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185414100.780.780.27063.7244.31
HexB9292904E4E1B0402c
Octal2715151011611633010054
Binary101110011010011010010100111010011101101101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92929; }

 p { color: rgb(185,41,41); }

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

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

 a { background-color: rgb(185,41,41); }

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

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

 span { border-color: rgb(185,41,41); }

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