#BD363E

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

Shades of Brick Red #BD363E

Tints of Brick Red #BD363E

Color information

#BD363E (or 0xBD363E) is unknown color: approx Brick Red. HEX triplet: BD, 36 and 3E. RGB value is (189,54,62). Sum of RGB (Red+Green+Blue) = 189+54+62=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD363E is #42C9C1. Grayscale: #5F5F5F. Windows color (decimal): -4377026 or 4077245. OLE color: 4077245.

HSL color Cylindrical-coordinate representation of color #BD363E: hue angle of 356.44º 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 #BD363E is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB1895462-
CMYK00.710.670.26
HSL356.44º55.56%47.65%-
HSV(B)356.44º71.43%74.12%-
XYZ23.1713.86-
YUV95.28109.23194.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.97%
GREEN value IS 54 (21.48% from 255) = 17.70%
BLUE value IS 62 (24.61% from 255) = 20.33%
R=61.97%
G=17.70%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189546200.710.670.26356.4455.5647.65
HexBD363E047431A1643830
Octal27566760107103325447060
Binary1011110111011011111001000111100001111010101100100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD363E; }

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

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

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

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

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

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

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

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