#BE170A

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

Shades of Free Speech Red #BE170A

Tints of Free Speech Red #BE170A

Color information

#BE170A (or 0xBE170A) is unknown color: approx Free Speech Red. HEX triplet: BE, 17 and 0A. RGB value is (190,23,10). Sum of RGB (Red+Green+Blue) = 190+23+10=223 (29% of max value = 765). Red value is 190 (74.61% from 255 or 85.20% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 190 - color contains mainly: red. Hex color #BE170A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE170A is #41E8F5. Grayscale: #474747. Windows color (decimal): -4319478 or 661438. OLE color: 661438.

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

Color convert

RGB1902310-
CMYK00.880.950.25
HSL4.33º90%39.22%-
HSV(B)4.33º94.74%74.51%-
XYZ21.611.581.38-
YUV71.4593.33212.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 85.20%
GREEN value IS 23 (9.38% from 255) = 10.31%
BLUE value IS 10 (4.30% from 255) = 4.48%
R=85.20%
G=10.31%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190231000.880.950.254.339039.22
HexBE17A0585F1945a27
Octal2762712013013731413247
Binary10111110101111010010110001011111110011001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE170A; }

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

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

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

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

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

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

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

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