#B92B3E

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

Shades of Brick Red #B92B3E

Tints of Brick Red #B92B3E

Color information

#B92B3E (or 0xB92B3E) is unknown color: approx Brick Red. HEX triplet: B9, 2B and 3E. RGB value is (185,43,62). Sum of RGB (Red+Green+Blue) = 185+43+62=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92B3E is #46D4C1. Grayscale: #575757. Windows color (decimal): -4641986 or 4074425. OLE color: 4074425.

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

Color convert

RGB1854362-
CMYK00.770.660.27
HSL351.97º62.28%44.71%-
HSV(B)351.97º76.76%72.55%-
XYZ21.7412.395.8-
YUV87.62113.54197.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.79%
GREEN value IS 43 (17.19% from 255) = 14.83%
BLUE value IS 62 (24.61% from 255) = 21.38%
R=63.79%
G=14.83%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185436200.770.660.27351.9762.2844.71
HexB92B3E04D421B1603e2d
Octal27153760115102335407655
Binary1011100110101111111001001101100001011011101100000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92B3E; }

 p { color: rgb(185,43,62); }

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

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

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

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

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

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

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