#B4363C

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

Shades of Brick Red #B4363C

Tints of Brick Red #B4363C

Color information

#B4363C (or 0xB4363C) is unknown color: approx Brick Red. HEX triplet: B4, 36 and 3C. RGB value is (180,54,60). Sum of RGB (Red+Green+Blue) = 180+54+60=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B4363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4363C is #4BC9C3. Grayscale: #5C5C5C. Windows color (decimal): -4966852 or 3946164. OLE color: 3946164.

HSL color Cylindrical-coordinate representation of color #B4363C: hue angle of 357.14º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B4363C is Cyan = 0, Magento = 0.7, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB1805460-
CMYK00.70.670.29
HSL357.14º53.85%45.88%-
HSV(B)357.14º70%70.59%-
XYZ20.9612.675.62-
YUV92.36109.74190.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.22%
GREEN value IS 54 (21.48% from 255) = 18.37%
BLUE value IS 60 (23.83% from 255) = 20.41%
R=61.22%
G=18.37%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180546000.70.670.29357.1453.8545.88
HexB4363C046431D165362e
Octal26466740106103355456656
Binary1011010011011011110001000110100001111101101100101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4363C; }

 p { color: rgb(180,54,60); }

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

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

 a { background-color: rgb(180,54,60); }

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

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

 span { border-color: rgb(180,54,60); }

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