#BF1509

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

Shades of Free Speech Red #BF1509

Tints of Free Speech Red #BF1509

Color information

#BF1509 (or 0xBF1509) is unknown color: approx Free Speech Red. HEX triplet: BF, 15 and 09. RGB value is (191,21,9). Sum of RGB (Red+Green+Blue) = 191+21+9=221 (29% of max value = 765). Red value is 191 (75% from 255 or 86.43% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1509 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1509 is #40EAF6. Grayscale: #464646. Windows color (decimal): -4254455 or 595391. OLE color: 595391.

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

Color convert

RGB191219-
CMYK00.890.950.25
HSL3.96º91%39.22%-
HSV(B)3.96º95.29%74.9%-
XYZ21.811.631.35-
YUV70.4693.32213.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 86.43%
GREEN value IS 21 (8.59% from 255) = 9.50%
BLUE value IS 9 (3.91% from 255) = 4.07%
R=86.43%
G=9.50%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19121900.890.950.253.969139.22
HexBF1590595F1945b27
Octal2772511013113731413347
Binary10111111101011001010110011011111110011001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1509; }

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

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

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

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

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

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

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

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