#BE0603

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

Shades of Free Speech Red #BE0603

Tints of Free Speech Red #BE0603

Color information

#BE0603 (or 0xBE0603) is unknown color: approx Free Speech Red. HEX triplet: BE, 06 and 03. RGB value is (190,6,3). Sum of RGB (Red+Green+Blue) = 190+6+3=199 (26% of max value = 765). Red value is 190 (74.61% from 255 or 95.48% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0603 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0603 is #41F9FC. Grayscale: #3C3C3C. Windows color (decimal): -4323837 or 198334. OLE color: 198334.

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

Color convert

RGB19063-
CMYK00.970.980.25
HSL0.96º96.89%37.84%-
HSV(B)0.96º98.42%74.51%-
XYZ21.3211.081.1-
YUV60.6795.46220.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 95.48%
GREEN value IS 6 (2.73% from 255) = 3.02%
BLUE value IS 3 (1.56% from 255) = 1.51%
R=95.48%
G=3.02%
B=1.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.98
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906300.970.980.250.9696.8937.84
HexBE63061621916126
Octal27663014114231114146
Binary10111110110110110000111000101100111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0603; }

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

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

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

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

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

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

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

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