#BD303E

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

Shades of Brick Red #BD303E

Tints of Brick Red #BD303E

Color information

#BD303E (or 0xBD303E) is unknown color: approx Brick Red. HEX triplet: BD, 30 and 3E. RGB value is (189,48,62). Sum of RGB (Red+Green+Blue) = 189+48+62=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD303E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD303E is #42CFC1. Grayscale: #5B5B5B. Windows color (decimal): -4378562 or 4075709. OLE color: 4075709.

HSL color Cylindrical-coordinate representation of color #BD303E: hue angle of 354.04º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD303E is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB1894862-
CMYK00.750.670.26
HSL354.04º59.49%46.47%-
HSV(B)354.04º74.6%74.12%-
XYZ22.9113.285.91-
YUV91.76111.21197.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.21%
GREEN value IS 48 (19.14% from 255) = 16.05%
BLUE value IS 62 (24.61% from 255) = 20.74%
R=63.21%
G=16.05%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189486200.750.670.26354.0459.4946.47
HexBD303E04B431A1623b2e
Octal27560760113103325427356
Binary1011110111000011111001001011100001111010101100010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD303E; }

 p { color: rgb(189,48,62); }

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

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

 a { background-color: rgb(189,48,62); }

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

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

 span { border-color: rgb(189,48,62); }

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