#BF0C00

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

Shades of Free Speech Red #BF0C00

Tints of Free Speech Red #BF0C00

Color information

#BF0C00 (or 0xBF0C00) is unknown color: approx Free Speech Red. HEX triplet: BF, 0C and 00. RGB value is (191,12,0). Sum of RGB (Red+Green+Blue) = 191+12+0=203 (26% of max value = 765). Red value is 191 (75% from 255 or 94.09% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0C00 is #40F3FF. Grayscale: #404040. Windows color (decimal): -4256768 or 3263. OLE color: 3263.

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

Color convert

RGB191120-
CMYK00.9410.25
HSL3.77º100%37.45%-
HSV(B)3.77º100%74.9%-
XYZ21.6211.341.05-
YUV64.1591.8218.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 94.09%
GREEN value IS 12 (5.08% from 255) = 5.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=94.09%
G=5.91%
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
Decimal19112000.9410.253.7710037.45
HexBFC005E641946425
Octal277140013614431414445
Binary1011111111000010111101100100110011001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0C00; }

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

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

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

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

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

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

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

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