#BE170D

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

Shades of Free Speech Red #BE170D

Tints of Free Speech Red #BE170D

Color information

#BE170D (or 0xBE170D) is unknown color: approx Free Speech Red. HEX triplet: BE, 17 and 0D. RGB value is (190,23,13). Sum of RGB (Red+Green+Blue) = 190+23+13=226 (29% of max value = 765). Red value is 190 (74.61% from 255 or 84.07% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 190 - color contains mainly: red. Hex color #BE170D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE170D is #41E8F2. Grayscale: #484848. Windows color (decimal): -4319475 or 858046. OLE color: 858046.

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

Color convert

RGB1902313-
CMYK00.880.930.25
HSL3.39º87.19%39.8%-
HSV(B)3.39º93.16%74.51%-
XYZ21.6111.591.48-
YUV71.7994.83212.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 84.07%
GREEN value IS 23 (9.38% from 255) = 10.18%
BLUE value IS 13 (5.47% from 255) = 5.75%
R=84.07%
G=10.18%
B=5.75%

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
Decimal190231300.880.930.253.3987.1939.8
HexBE17D0585D1935728
Octal2762715013013531312750
Binary1011111010111110101011000101110111001111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE170D; }

 p { color: rgb(190,23,13); }

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

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

 a { background-color: rgb(190,23,13); }

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

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

 span { border-color: rgb(190,23,13); }

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