#b92f42

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

Shades of Brick Red #B92F42

Tints of Brick Red #B92F42

Color information

#B92F42 (or 0xB92F42) is unknown color: approx Brick Red. HEX triplet: B9, 2F and 42. RGB value is (185,47,66). Sum of RGB (Red+Green+Blue) = 185+47+66=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92F42 is #46D0BD. Grayscale: #5A5A5A. Windows color (decimal): -4640958 or 4337593. OLE color: 4337593.

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

Color convert

RGB1854766-
CMYK00.750.640.27
HSL351.74º59.48%45.49%-
HSV(B)351.74º74.59%72.55%-
XYZ22.0112.746.45-
YUV90.43114.22195.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.08%
GREEN value IS 47 (18.75% from 255) = 15.77%
BLUE value IS 66 (26.17% from 255) = 22.15%
R=62.08%
G=15.77%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185476600.750.640.27351.7459.4845.49
HexB92F4204B401B1603b2d
Octal271571020113100335407355
Binary10111001101111100001001001011100000011011101100000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b92f42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b92f42; }

 p { color: rgb(185,47,66); }

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

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

 a { background-color: rgb(185,47,66); }

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

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

 span { border-color: rgb(185,47,66); }

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