#B50E0C

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

Shades of Free Speech Red #B50E0C

Tints of Free Speech Red #B50E0C

Color information

#B50E0C (or 0xB50E0C) is unknown color: approx Free Speech Red. HEX triplet: B5, 0E and 0C. RGB value is (181,14,12). Sum of RGB (Red+Green+Blue) = 181+14+12=207 (27% of max value = 765). Red value is 181 (71.09% from 255 or 87.44% from 207); Green value is 14 (5.86% from 255 or 6.76% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50E0C is #4AF1F3. Grayscale: #3F3F3F. Windows color (decimal): -4911604 or 790197. OLE color: 790197.

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

Color convert

RGB1811412-
CMYK00.920.930.29
HSL0.71º87.56%37.84%-
HSV(B)0.71º93.37%70.98%-
XYZ19.2810.161.29-
YUV63.7198.83211.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 87.44%
GREEN value IS 14 (5.86% from 255) = 6.76%
BLUE value IS 12 (5.08% from 255) = 5.80%
R=87.44%
G=6.76%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181141200.920.930.290.7187.5637.84
HexB5EC05C5D1D15826
Octal2651614013413535113046
Binary10110101111011000101110010111011110111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50E0C; }

 p { color: rgb(181,14,12); }

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

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

 a { background-color: rgb(181,14,12); }

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

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

 span { border-color: rgb(181,14,12); }

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