#BF0800

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

Shades of Free Speech Red #BF0800

Tints of Free Speech Red #BF0800

Color information

#BF0800 (or 0xBF0800) is unknown color: approx Free Speech Red. HEX triplet: BF, 08 and 00. RGB value is (191,8,0). Sum of RGB (Red+Green+Blue) = 191+8+0=199 (26% of max value = 765). Red value is 191 (75% from 255 or 95.98% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0800 is #40F7FF. Grayscale: #3E3E3E. Windows color (decimal): -4257792 or 2239. OLE color: 2239.

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

Color convert

RGB19180-
CMYK00.9610.25
HSL2.51º100%37.45%-
HSV(B)2.51º100%74.9%-
XYZ21.5711.251.03-
YUV61.893.13220.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 95.98%
GREEN value IS 8 (3.52% from 255) = 4.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=95.98%
G=4.02%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918000.9610.252.5110037.45
HexBF80060641936425
Octal277100014014431314445
Binary101111111000001100000110010011001111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0800; }

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

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

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

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

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

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

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

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