#BA150A

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

Shades of Free Speech Red #BA150A

Tints of Free Speech Red #BA150A

Color information

#BA150A (or 0xBA150A) is unknown color: approx Free Speech Red. HEX triplet: BA, 15 and 0A. RGB value is (186,21,10). Sum of RGB (Red+Green+Blue) = 186+21+10=217 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.71% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 186 - color contains mainly: red. Hex color #BA150A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA150A is #45EAF5. Grayscale: #454545. Windows color (decimal): -4582134 or 660922. OLE color: 660922.

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

Color convert

RGB1862110-
CMYK00.890.950.27
HSL3.75º89.8%38.43%-
HSV(B)3.75º94.62%72.94%-
XYZ20.57111.33-
YUV69.0894.66211.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 85.71%
GREEN value IS 21 (8.59% from 255) = 9.68%
BLUE value IS 10 (4.30% from 255) = 4.61%
R=85.71%
G=9.68%
B=4.61%

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
Decimal186211000.890.950.273.7589.838.43
HexBA15A0595F1B45a26
Octal2722512013113733413246
Binary10111010101011010010110011011111110111001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA150A; }

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

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

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

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

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

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

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

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