#BA140A

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

Shades of Free Speech Red #BA140A

Tints of Free Speech Red #BA140A

Color information

#BA140A (or 0xBA140A) is unknown color: approx Free Speech Red. HEX triplet: BA, 14 and 0A. RGB value is (186,20,10). Sum of RGB (Red+Green+Blue) = 186+20+10=216 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.11% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 186 - color contains mainly: red. Hex color #BA140A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA140A is #45EBF5. Grayscale: #444444. Windows color (decimal): -4582390 or 660666. OLE color: 660666.

HSL color Cylindrical-coordinate representation of color #BA140A: hue angle of 3.41º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA140A is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB1862010-
CMYK00.890.950.27
HSL3.41º89.8%38.43%-
HSV(B)3.41º94.62%72.94%-
XYZ20.5510.961.32-
YUV68.4995211.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 86.11%
GREEN value IS 20 (8.20% from 255) = 9.26%
BLUE value IS 10 (4.30% from 255) = 4.63%
R=86.11%
G=9.26%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186201000.890.950.273.4189.838.43
HexBA14A0595F1B35a26
Octal2722412013113733313246
Binary1011101010100101001011001101111111011111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA140A; }

 p { color: rgb(186,20,10); }

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

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

 a { background-color: rgb(186,20,10); }

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

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

 span { border-color: rgb(186,20,10); }

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