#B92F3C

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

Shades of Brick Red #B92F3C

Tints of Brick Red #B92F3C

Color information

#B92F3C (or 0xB92F3C) is unknown color: approx Brick Red. HEX triplet: B9, 2F and 3C. RGB value is (185,47,60). Sum of RGB (Red+Green+Blue) = 185+47+60=292 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.36% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92F3C is #46D0C3. Grayscale: #595959. Windows color (decimal): -4640964 or 3944377. OLE color: 3944377.

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

Color convert

RGB1854760-
CMYK00.750.680.27
HSL354.35º59.48%45.49%-
HSV(B)354.35º74.59%72.55%-
XYZ21.8412.675.57-
YUV89.74111.22195.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.36%
GREEN value IS 47 (18.75% from 255) = 16.10%
BLUE value IS 60 (23.83% from 255) = 20.55%
R=63.36%
G=16.10%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185476000.750.680.27354.3559.4845.49
HexB92F3C04B441B1623b2d
Octal27157740113104335427355
Binary1011100110111111110001001011100010011011101100010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92F3C; }

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

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

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

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

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

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

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

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