#B7140D

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

Shades of Free Speech Red #B7140D

Tints of Free Speech Red #B7140D

Color information

#B7140D (or 0xB7140D) is unknown color: approx Free Speech Red. HEX triplet: B7, 14 and 0D. RGB value is (183,20,13). Sum of RGB (Red+Green+Blue) = 183+20+13=216 (28% of max value = 765). Red value is 183 (71.88% from 255 or 84.72% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 183 - color contains mainly: red. Hex color #B7140D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7140D is #48EBF2. Grayscale: #444444. Windows color (decimal): -4778995 or 857271. OLE color: 857271.

HSL color Cylindrical-coordinate representation of color #B7140D: hue angle of 2.47º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7140D is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB1832013-
CMYK00.890.930.28
HSL2.47º86.73%38.43%-
HSV(B)2.47º92.9%71.76%-
XYZ19.8510.61.38-
YUV67.9497210.07-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 84.72%
GREEN value IS 20 (8.20% from 255) = 9.26%
BLUE value IS 13 (5.47% from 255) = 6.02%
R=84.72%
G=9.26%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183201300.890.930.282.4786.7338.43
HexB714D0595D1C25726
Octal2672415013113534212746
Binary1011011110100110101011001101110111100101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7140D; }

 p { color: rgb(183,20,13); }

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

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

 a { background-color: rgb(183,20,13); }

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

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

 span { border-color: rgb(183,20,13); }

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