#BE160E

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

Shades of Free Speech Red #BE160E

Tints of Free Speech Red #BE160E

Color information

#BE160E (or 0xBE160E) is unknown color: approx Free Speech Red. HEX triplet: BE, 16 and 0E. RGB value is (190,22,14). Sum of RGB (Red+Green+Blue) = 190+22+14=226 (29% of max value = 765). Red value is 190 (74.61% from 255 or 84.07% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 190 - color contains mainly: red. Hex color #BE160E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE160E is #41E9F1. Grayscale: #474747. Windows color (decimal): -4319730 or 923326. OLE color: 923326.

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

Color convert

RGB1902214-
CMYK00.880.930.25
HSL2.73º86.27%40%-
HSV(B)2.73º92.63%74.51%-
XYZ21.611.551.51-
YUV71.3295.66212.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 84.07%
GREEN value IS 22 (8.98% from 255) = 9.73%
BLUE value IS 14 (5.86% from 255) = 6.19%
R=84.07%
G=9.73%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190221400.880.930.252.7386.2740
HexBE16E0585D1935628
Octal2762616013013531312650
Binary1011111010110111001011000101110111001111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE160E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE160E; }

 p { color: rgb(190,22,14); }

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

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

 a { background-color: rgb(190,22,14); }

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

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

 span { border-color: rgb(190,22,14); }

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