#B92B3D

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

Shades of Brick Red #B92B3D

Tints of Brick Red #B92B3D

Color information

#B92B3D (or 0xB92B3D) is unknown color: approx Brick Red. HEX triplet: B9, 2B and 3D. RGB value is (185,43,61). Sum of RGB (Red+Green+Blue) = 185+43+61=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B92B3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92B3D is #46D4C2. Grayscale: #575757. Windows color (decimal): -4641987 or 4008889. OLE color: 4008889.

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

Color convert

RGB1854361-
CMYK00.770.670.27
HSL352.39º62.28%44.71%-
HSV(B)352.39º76.76%72.55%-
XYZ21.7112.385.66-
YUV87.51113.04197.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.01%
GREEN value IS 43 (17.19% from 255) = 14.88%
BLUE value IS 61 (24.22% from 255) = 21.11%
R=64.01%
G=14.88%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185436100.770.670.27352.3962.2844.71
HexB92B3D04D431B1603e2d
Octal27153750115103335407655
Binary1011100110101111110101001101100001111011101100000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92B3D; }

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

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

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

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

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

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

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

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