#BD0903

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

Shades of Free Speech Red #BD0903

Tints of Free Speech Red #BD0903

Color information

#BD0903 (or 0xBD0903) is unknown color: approx Free Speech Red. HEX triplet: BD, 09 and 03. RGB value is (189,9,3). Sum of RGB (Red+Green+Blue) = 189+9+3=201 (26% of max value = 765). Red value is 189 (74.22% from 255 or 94.03% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0903 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0903 is #42F6FC. Grayscale: #3E3E3E. Windows color (decimal): -4388605 or 199101. OLE color: 199101.

HSL color Cylindrical-coordinate representation of color #BD0903: hue angle of 1.94º degrees, saturation: 0.97, 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 #BD0903 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB18993-
CMYK00.950.980.26
HSL1.94º96.88%37.65%-
HSV(B)1.94º98.41%74.12%-
XYZ21.111.021.1-
YUV62.1494.63218.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 94.03%
GREEN value IS 9 (3.91% from 255) = 4.48%
BLUE value IS 3 (1.56% from 255) = 1.49%
R=94.03%
G=4.48%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899300.950.980.261.9496.8837.65
HexBD9305F621A26126
Octal275113013714232214146
Binary1011110110011101011111110001011010101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0903; }

 p { color: rgb(189,9,3); }

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

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

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

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

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

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

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