#BD3743

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

Shades of Brick Red #BD3743

Tints of Brick Red #BD3743

Color information

#BD3743 (or 0xBD3743) is unknown color: approx Brick Red. HEX triplet: BD, 37 and 43. RGB value is (189,55,67). Sum of RGB (Red+Green+Blue) = 189+55+67=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3743 is #42C8BC. Grayscale: #606060. Windows color (decimal): -4376765 or 4405181. OLE color: 4405181.

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

Color convert

RGB1895567-
CMYK00.710.650.26
HSL354.63º54.92%47.84%-
HSV(B)354.63º70.9%74.12%-
XYZ23.3713.966.77-
YUV96.43111.39194.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.77%
GREEN value IS 55 (21.88% from 255) = 17.68%
BLUE value IS 67 (26.56% from 255) = 21.54%
R=60.77%
G=17.68%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189556700.710.650.26354.6354.9247.84
HexBD3743047411A1633730
Octal275671030107101325436760
Binary10111101110111100001101000111100000111010101100011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3743; }

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

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

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

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

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

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

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

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