#BE0605

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

Shades of Free Speech Red #BE0605

Tints of Free Speech Red #BE0605

Color information

#BE0605 (or 0xBE0605) is unknown color: approx Free Speech Red. HEX triplet: BE, 06 and 05. RGB value is (190,6,5). Sum of RGB (Red+Green+Blue) = 190+6+5=201 (26% of max value = 765). Red value is 190 (74.61% from 255 or 94.53% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0605 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0605 is #41F9FA. Grayscale: #3D3D3D. Windows color (decimal): -4323835 or 329406. OLE color: 329406.

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

Color convert

RGB19065-
CMYK00.970.970.25
HSL0.32º94.87%38.24%-
HSV(B)0.32º97.37%74.51%-
XYZ21.3311.091.16-
YUV60.996.46220.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 94.53%
GREEN value IS 6 (2.73% from 255) = 2.99%
BLUE value IS 5 (2.34% from 255) = 2.49%
R=94.53%
G=2.99%
B=2.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906500.970.970.250.3294.8738.24
HexBE65061611905f26
Octal27665014114131013746
Binary101111101101010110000111000011100101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0605; }

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

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

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

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

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

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

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

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