#B92A29

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

Shades of Fire Brick #B92A29

Tints of Fire Brick #B92A29

Color information

#B92A29 (or 0xB92A29) is unknown color: approx Fire Brick. HEX triplet: B9, 2A and 29. RGB value is (185,42,41). Sum of RGB (Red+Green+Blue) = 185+42+41=268 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.03% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92A29 is #46D5D6. Grayscale: #545454. Windows color (decimal): -4642263 or 2697913. OLE color: 2697913.

HSL color Cylindrical-coordinate representation of color #B92A29: hue angle of 0.42º 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 #B92A29 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB1854241-
CMYK00.770.780.27
HSL0.42º63.72%44.31%-
HSV(B)0.42º77.84%72.55%-
XYZ21.2412.133.32-
YUV84.64103.38199.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 69.03%
GREEN value IS 42 (16.80% from 255) = 15.67%
BLUE value IS 41 (16.41% from 255) = 15.30%
R=69.03%
G=15.67%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185424100.770.780.270.4263.7244.31
HexB92A2904D4E1B0402c
Octal2715251011511633010054
Binary101110011010101010010100110110011101101101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92A29; }

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

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

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

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

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

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

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

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