#BF1C00

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

Shades of Free Speech Red #BF1C00

Tints of Free Speech Red #BF1C00

Color information

#BF1C00 (or 0xBF1C00) is unknown color: approx Free Speech Red. HEX triplet: BF, 1C and 00. RGB value is (191,28,0). Sum of RGB (Red+Green+Blue) = 191+28+0=219 (29% of max value = 765). Red value is 191 (75% from 255 or 87.21% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF1C00 is #40E3FF. Grayscale: #494949. Windows color (decimal): -4252672 or 7359. OLE color: 7359.

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

Color convert

RGB191280-
CMYK00.8510.25
HSL8.8º100%37.45%-
HSV(B)8.8º100%74.9%-
XYZ21.911.911.14-
YUV73.5486.5211.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 87.21%
GREEN value IS 28 (11.33% from 255) = 12.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.21%
G=12.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19128000.8510.258.810037.45
HexBF1C0055641996425
Octal2773400125144311114445
Binary101111111110000101010111001001100110011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1C00; }

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

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

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

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

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

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

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

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