#B92D3E

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

Shades of Brick Red #B92D3E

Tints of Brick Red #B92D3E

Color information

#B92D3E (or 0xB92D3E) is unknown color: approx Brick Red. HEX triplet: B9, 2D and 3E. RGB value is (185,45,62). Sum of RGB (Red+Green+Blue) = 185+45+62=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92D3E is #46D2C1. Grayscale: #585858. Windows color (decimal): -4641474 or 4074937. OLE color: 4074937.

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

Color convert

RGB1854562-
CMYK00.760.660.27
HSL352.71º60.87%45.1%-
HSV(B)352.71º75.68%72.55%-
XYZ21.8212.545.83-
YUV88.8112.88196.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.36%
GREEN value IS 45 (17.97% from 255) = 15.41%
BLUE value IS 62 (24.61% from 255) = 21.23%
R=63.36%
G=15.41%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185456200.760.660.27352.7160.8745.1
HexB92D3E04C421B1613d2d
Octal27155760114102335417555
Binary1011100110110111111001001100100001011011101100001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92D3E; }

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

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

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

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

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

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

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

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