#bf130c

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

Shades of Free Speech Red #BF130C

Tints of Free Speech Red #BF130C

Color information

#BF130C (or 0xBF130C) is unknown color: approx Free Speech Red. HEX triplet: BF, 13 and 0C. RGB value is (191,19,12). Sum of RGB (Red+Green+Blue) = 191+19+12=222 (29% of max value = 765). Red value is 191 (75% from 255 or 86.04% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 191 - color contains mainly: red. Hex color #BF130C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF130C is #40ECF3. Grayscale: #454545. Windows color (decimal): -4254964 or 791487. OLE color: 791487.

HSL color Cylindrical-coordinate representation of color #BF130C: hue angle of 2.35º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF130C is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB1911912-
CMYK00.900.940.25
HSL2.35º88.18%39.8%-
HSV(B)2.35º93.72%74.9%-
XYZ21.7911.571.43-
YUV69.6395.48214.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 86.04%
GREEN value IS 19 (7.81% from 255) = 8.56%
BLUE value IS 12 (5.08% from 255) = 5.41%
R=86.04%
G=8.56%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191191200.900.940.252.3588.1839.8
HexBF13C05A5E1925828
Octal2772314013213631213050
Binary1011111110011110001011010101111011001101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf130c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf130c; }

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

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

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

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

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

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

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

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