#BF0B00

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

Shades of Free Speech Red #BF0B00

Tints of Free Speech Red #BF0B00

Color information

#BF0B00 (or 0xBF0B00) is unknown color: approx Free Speech Red. HEX triplet: BF, 0B and 00. RGB value is (191,11,0). Sum of RGB (Red+Green+Blue) = 191+11+0=202 (26% of max value = 765). Red value is 191 (75% from 255 or 94.55% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0B00 is #40F4FF. Grayscale: #3F3F3F. Windows color (decimal): -4257024 or 3007. OLE color: 3007.

HSL color Cylindrical-coordinate representation of color #BF0B00: hue angle of 3.46º 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 #BF0B00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB191110-
CMYK00.9410.25
HSL3.46º100%37.45%-
HSV(B)3.46º100%74.9%-
XYZ21.6111.321.05-
YUV63.5792.13218.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 94.55%
GREEN value IS 11 (4.69% from 255) = 5.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=94.55%
G=5.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111000.9410.253.4610037.45
HexBFB005E641936425
Octal277130013614431314445
Binary101111111011001011110110010011001111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0B00; }

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

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

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

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

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

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

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

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