#BD363D

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

Shades of Brick Red #BD363D

Tints of Brick Red #BD363D

Color information

#BD363D (or 0xBD363D) is unknown color: approx Brick Red. HEX triplet: BD, 36 and 3D. RGB value is (189,54,61). Sum of RGB (Red+Green+Blue) = 189+54+61=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD363D is #42C9C2. Grayscale: #5F5F5F. Windows color (decimal): -4377027 or 4011709. OLE color: 4011709.

HSL color Cylindrical-coordinate representation of color #BD363D: hue angle of 356.89º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD363D is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB1895461-
CMYK00.710.680.26
HSL356.89º55.56%47.65%-
HSV(B)356.89º71.43%74.12%-
XYZ23.1513.795.86-
YUV95.16108.73194.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.17%
GREEN value IS 54 (21.48% from 255) = 17.76%
BLUE value IS 61 (24.22% from 255) = 20.07%
R=62.17%
G=17.76%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189546100.710.680.26356.8955.5647.65
HexBD363D047441A1653830
Octal27566750107104325457060
Binary1011110111011011110101000111100010011010101100101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD363D; }

 p { color: rgb(189,54,61); }

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

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

 a { background-color: rgb(189,54,61); }

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

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

 span { border-color: rgb(189,54,61); }

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