#B40F0E

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

Shades of Free Speech Red #B40F0E

Tints of Free Speech Red #B40F0E

Color information

#B40F0E (or 0xB40F0E) is unknown color: approx Free Speech Red. HEX triplet: B4, 0F and 0E. RGB value is (180,15,14). Sum of RGB (Red+Green+Blue) = 180+15+14=209 (27% of max value = 765). Red value is 180 (70.70% from 255 or 86.12% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40F0E is #4BF0F1. Grayscale: #404040. Windows color (decimal): -4976882 or 921524. OLE color: 921524.

HSL color Cylindrical-coordinate representation of color #B40F0E: hue angle of 0.36º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40F0E is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB1801514-
CMYK00.920.920.29
HSL0.36º85.57%38.04%-
HSV(B)0.36º92.22%70.59%-
XYZ19.0710.081.36-
YUV64.2299.66210.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 86.12%
GREEN value IS 15 (6.25% from 255) = 7.18%
BLUE value IS 14 (5.86% from 255) = 6.70%
R=86.12%
G=7.18%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180151400.920.920.290.3685.5738.04
HexB4FE05C5C1D05626
Octal2641716013413435012646
Binary10110100111111100101110010111001110101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40F0E; }

 p { color: rgb(180,15,14); }

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

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

 a { background-color: rgb(180,15,14); }

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

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

 span { border-color: rgb(180,15,14); }

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