#B92D3C

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

Shades of Brick Red #B92D3C

Tints of Brick Red #B92D3C

Color information

#B92D3C (or 0xB92D3C) is unknown color: approx Brick Red. HEX triplet: B9, 2D and 3C. RGB value is (185,45,60). Sum of RGB (Red+Green+Blue) = 185+45+60=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 45 (17.97% from 255 or 15.52% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92D3C is #46D2C3. Grayscale: #585858. Windows color (decimal): -4641476 or 3943865. OLE color: 3943865.

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

Color convert

RGB1854560-
CMYK00.760.680.27
HSL353.57º60.87%45.1%-
HSV(B)353.57º75.68%72.55%-
XYZ21.7612.525.54-
YUV88.57111.88196.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.79%
GREEN value IS 45 (17.97% from 255) = 15.52%
BLUE value IS 60 (23.83% from 255) = 20.69%
R=63.79%
G=15.52%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185456000.760.680.27353.5760.8745.1
HexB92D3C04C441B1623d2d
Octal27155740114104335427555
Binary1011100110110111110001001100100010011011101100010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92D3C; }

 p { color: rgb(185,45,60); }

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

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

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

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

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

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

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