#BD3745

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

Shades of Brick Red #BD3745

Tints of Brick Red #BD3745

Color information

#BD3745 (or 0xBD3745) is unknown color: approx Brick Red. HEX triplet: BD, 37 and 45. RGB value is (189,55,69). Sum of RGB (Red+Green+Blue) = 189+55+69=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3745 is #42C8BA. Grayscale: #606060. Windows color (decimal): -4376763 or 4536253. OLE color: 4536253.

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

Color convert

RGB1895569-
CMYK00.710.630.26
HSL353.73º54.92%47.84%-
HSV(B)353.73º70.9%74.12%-
XYZ23.4313.987.09-
YUV96.66112.39193.86-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.38%
GREEN value IS 55 (21.88% from 255) = 17.57%
BLUE value IS 69 (27.34% from 255) = 22.04%
R=60.38%
G=17.57%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189556900.710.630.26353.7354.9247.84
HexBD37450473F1A1623730
Octal27567105010777325426760
Binary1011110111011110001010100011111111111010101100010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3745; }

 p { color: rgb(189,55,69); }

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

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

 a { background-color: rgb(189,55,69); }

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

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

 span { border-color: rgb(189,55,69); }

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