#BE0F0A

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

Shades of Free Speech Red #BE0F0A

Tints of Free Speech Red #BE0F0A

Color information

#BE0F0A (or 0xBE0F0A) is unknown color: approx Free Speech Red. HEX triplet: BE, 0F and 0A. RGB value is (190,15,10). Sum of RGB (Red+Green+Blue) = 190+15+10=215 (28% of max value = 765). Red value is 190 (74.61% from 255 or 88.37% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0F0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0F0A is #41F0F5. Grayscale: #424242. Windows color (decimal): -4321526 or 659390. OLE color: 659390.

HSL color Cylindrical-coordinate representation of color #BE0F0A: hue angle of 1.67º degrees, saturation: 0.9, 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 #BE0F0A is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB1901510-
CMYK00.920.950.25
HSL1.67º90%39.22%-
HSV(B)1.67º94.74%74.51%-
XYZ21.4611.311.34-
YUV66.7695.98215.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 88.37%
GREEN value IS 15 (6.25% from 255) = 6.98%
BLUE value IS 10 (4.30% from 255) = 4.65%
R=88.37%
G=6.98%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190151000.920.950.251.679039.22
HexBEFA05C5F1925a27
Octal2761712013413731213247
Binary101111101111101001011100101111111001101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0F0A; }

 p { color: rgb(190,15,10); }

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

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

 a { background-color: rgb(190,15,10); }

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

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

 span { border-color: rgb(190,15,10); }

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