#BD0404

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

Shades of Free Speech Red #BD0404

Tints of Free Speech Red #BD0404

Color information

#BD0404 (or 0xBD0404) is unknown color: approx Free Speech Red. HEX triplet: BD, 04 and 04. RGB value is (189,4,4). Sum of RGB (Red+Green+Blue) = 189+4+4=197 (26% of max value = 765). Red value is 189 (74.22% from 255 or 95.94% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0404 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0404 is #42FBFB. Grayscale: #3B3B3B. Windows color (decimal): -4389884 or 263357. OLE color: 263357.

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

Color convert

RGB18944-
CMYK00.980.980.26
HSL95.85%37.84%-
HSV(B)97.88%74.12%-
XYZ21.0510.911.11-
YUV59.3296.79220.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 95.94%
GREEN value IS 4 (1.95% from 255) = 2.03%
BLUE value IS 4 (1.95% from 255) = 2.03%
R=95.94%
G=2.03%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894400.980.980.26095.8537.84
HexBD44062621A06026
Octal27544014214232014046
Binary101111011001000110001011000101101001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0404; }

 p { color: rgb(189,4,4); }

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

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

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

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

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

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

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