#BD3344

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

Shades of Brick Red #BD3344

Tints of Brick Red #BD3344

Color information

#BD3344 (or 0xBD3344) is unknown color: approx Brick Red. HEX triplet: BD, 33 and 44. RGB value is (189,51,68). Sum of RGB (Red+Green+Blue) = 189+51+68=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3344 is #42CCBB. Grayscale: #5E5E5E. Windows color (decimal): -4377788 or 4469693. OLE color: 4469693.

HSL color Cylindrical-coordinate representation of color #BD3344: hue angle of 352.61º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD3344 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB1895168-
CMYK00.730.640.26
HSL352.61º57.5%47.06%-
HSV(B)352.61º73.02%74.12%-
XYZ23.2113.66.87-
YUV94.2113.22195.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.36%
GREEN value IS 51 (20.31% from 255) = 16.56%
BLUE value IS 68 (26.95% from 255) = 22.08%
R=61.36%
G=16.56%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189516800.730.640.26352.6157.547.06
HexBD3344049401A1613a2f
Octal275631040111100325417257
Binary10111101110011100010001001001100000011010101100001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3344; }

 p { color: rgb(189,51,68); }

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

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

 a { background-color: rgb(189,51,68); }

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

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

 span { border-color: rgb(189,51,68); }

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