#BD3841

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

Shades of Brick Red #BD3841

Tints of Brick Red #BD3841

Color information

#BD3841 (or 0xBD3841) is unknown color: approx Brick Red. HEX triplet: BD, 38 and 41. RGB value is (189,56,65). Sum of RGB (Red+Green+Blue) = 189+56+65=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3841 is #42C7BE. Grayscale: #606060. Windows color (decimal): -4376511 or 4274365. OLE color: 4274365.

HSL color Cylindrical-coordinate representation of color #BD3841: hue angle of 355.94º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3841 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB1895665-
CMYK00.700.660.26
HSL355.94º54.29%48.04%-
HSV(B)355.94º70.37%74.12%-
XYZ23.3514.036.48-
YUV96.79110.06193.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.97%
GREEN value IS 56 (22.27% from 255) = 18.06%
BLUE value IS 65 (25.78% from 255) = 20.97%
R=60.97%
G=18.06%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189566500.700.660.26355.9454.2948.04
HexBD3841046421A1643630
Octal275701010106102325446660
Binary10111101111000100000101000110100001011010101100100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3841; }

 p { color: rgb(189,56,65); }

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

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

 a { background-color: rgb(189,56,65); }

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

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

 span { border-color: rgb(189,56,65); }

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