#BD303C

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

Shades of Brick Red #BD303C

Tints of Brick Red #BD303C

Color information

#BD303C (or 0xBD303C) is unknown color: approx Brick Red. HEX triplet: BD, 30 and 3C. RGB value is (189,48,60). Sum of RGB (Red+Green+Blue) = 189+48+60=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD303C is #42CFC3. Grayscale: #5B5B5B. Windows color (decimal): -4378564 or 3944637. OLE color: 3944637.

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

Color convert

RGB1894860-
CMYK00.750.680.26
HSL354.89º59.49%46.47%-
HSV(B)354.89º74.6%74.12%-
XYZ22.8613.265.63-
YUV91.53110.21197.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.64%
GREEN value IS 48 (19.14% from 255) = 16.16%
BLUE value IS 60 (23.83% from 255) = 20.20%
R=63.64%
G=16.16%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189486000.750.680.26354.8959.4946.47
HexBD303C04B441A1633b2e
Octal27560740113104325437356
Binary1011110111000011110001001011100010011010101100011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD303C; }

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

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

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

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

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

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

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

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