#B9343C

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

Shades of Brick Red #B9343C

Tints of Brick Red #B9343C

Color information

#B9343C (or 0xB9343C) is unknown color: approx Brick Red. HEX triplet: B9, 34 and 3C. RGB value is (185,52,60). Sum of RGB (Red+Green+Blue) = 185+52+60=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B9343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9343C is #46CBC3. Grayscale: #5C5C5C. Windows color (decimal): -4639684 or 3945657. OLE color: 3945657.

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

Color convert

RGB1855260-
CMYK00.720.680.27
HSL356.39º56.12%46.47%-
HSV(B)356.39º71.89%72.55%-
XYZ22.0513.15.64-
YUV92.68109.56193.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.29%
GREEN value IS 52 (20.70% from 255) = 17.51%
BLUE value IS 60 (23.83% from 255) = 20.20%
R=62.29%
G=17.51%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185526000.720.680.27356.3956.1246.47
HexB9343C048441B164382e
Octal27164740110104335447056
Binary1011100111010011110001001000100010011011101100100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9343C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9343C; }

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

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

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

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

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

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

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

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