#BF0900

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

Shades of Free Speech Red #BF0900

Tints of Free Speech Red #BF0900

Color information

#BF0900 (or 0xBF0900) is unknown color: approx Free Speech Red. HEX triplet: BF, 09 and 00. RGB value is (191,9,0). Sum of RGB (Red+Green+Blue) = 191+9+0=200 (26% of max value = 765). Red value is 191 (75% from 255 or 95.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0900 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0900 is #40F6FF. Grayscale: #3E3E3E. Windows color (decimal): -4257536 or 2495. OLE color: 2495.

HSL color Cylindrical-coordinate representation of color #BF0900: hue angle of 2.83º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF0900 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB19190-
CMYK00.9510.25
HSL2.83º100%37.45%-
HSV(B)2.83º100%74.9%-
XYZ21.5811.271.04-
YUV62.3992.8219.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 95.5%
GREEN value IS 9 (3.91% from 255) = 4.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=95.5%
G=4.5%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919000.9510.252.8310037.45
HexBF9005F641936425
Octal277110013714431314445
Binary101111111001001011111110010011001111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0900; }

 p { color: rgb(191,9,0); }

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

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

 a { background-color: rgb(191,9,0); }

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

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

 span { border-color: rgb(191,9,0); }

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