#BE1A06

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

Shades of Free Speech Red #BE1A06

Tints of Free Speech Red #BE1A06

Color information

#BE1A06 (or 0xBE1A06) is unknown color: approx Free Speech Red. HEX triplet: BE, 1A and 06. RGB value is (190,26,6). Sum of RGB (Red+Green+Blue) = 190+26+6=222 (29% of max value = 765). Red value is 190 (74.61% from 255 or 85.59% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE1A06 is #41E5F9. Grayscale: #494949. Windows color (decimal): -4318714 or 400062. OLE color: 400062.

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

Color convert

RGB190266-
CMYK00.860.970.25
HSL6.52º93.88%38.43%-
HSV(B)6.52º96.84%74.51%-
XYZ21.6411.71.29-
YUV72.7690.33211.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 85.59%
GREEN value IS 26 (10.55% from 255) = 11.71%
BLUE value IS 6 (2.73% from 255) = 2.70%
R=85.59%
G=11.71%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19026600.860.970.256.5293.8838.43
HexBE1A6056611975e26
Octal276326012614131713646
Binary1011111011010110010101101100001110011111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1A06; }

 p { color: rgb(190,26,6); }

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

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

 a { background-color: rgb(190,26,6); }

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

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

 span { border-color: rgb(190,26,6); }

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