#BD3B41

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

Shades of Brick Red #BD3B41

Tints of Brick Red #BD3B41

Color information

#BD3B41 (or 0xBD3B41) is unknown color: approx Brick Red. HEX triplet: BD, 3B and 41. RGB value is (189,59,65). Sum of RGB (Red+Green+Blue) = 189+59+65=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3B41 is #42C4BE. Grayscale: #626262. Windows color (decimal): -4375743 or 4275133. OLE color: 4275133.

HSL color Cylindrical-coordinate representation of color #BD3B41: hue angle of 357.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3B41 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB1895965-
CMYK00.690.660.26
HSL357.23º52.42%48.63%-
HSV(B)357.23º68.78%74.12%-
XYZ23.514.336.53-
YUV98.55109.07192.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.38%
GREEN value IS 59 (23.44% from 255) = 18.85%
BLUE value IS 65 (25.78% from 255) = 20.77%
R=60.38%
G=18.85%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189596500.690.660.26357.2352.4248.63
HexBD3B41045421A1653431
Octal275731010105102325456461
Binary10111101111011100000101000101100001011010101100101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3B41; }

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

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

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

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

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

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

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

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